[orca/orca-gnome3: 24/87] Fixed pluglib import error in temporal location orca_gui_prefs



commit 081bba63e93c70da1356b23de7fd12d7dabb39a1
Author: José Ignacio �lvarez Ruiz <jialvarez emergya es>
Date:   Fri Mar 11 08:33:29 2011 +0100

    Fixed pluglib import error in temporal location orca_gui_prefs

 src/orca/orca_gui_prefs.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/orca_gui_prefs.py b/src/orca/orca_gui_prefs.py
index ee201d7..eb7de05 100644
--- a/src/orca/orca_gui_prefs.py
+++ b/src/orca/orca_gui_prefs.py
@@ -58,6 +58,7 @@ _settingsManager = getattr(orca, '_settingsManager')
 _scriptManager = getattr(orca, '_scriptManager')
 
 # needed to fill the graphical treeview
+import pluglib
 from pluglib.plugin_manager import plugmanager
 
 # temporary here?? START ACTIVE PLUGINS!



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]