2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/* 143 files * test/try_tree_model.py * windows/nsis/gcheck.py imports cleanup svn: r10055
This commit is contained in:
@@ -46,7 +46,6 @@ import ManagedWindow
|
||||
import Errors
|
||||
import _PluginMgr as PluginMgr
|
||||
import _Tool as Tool
|
||||
from BasicUtils import name_displayer
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
@@ -34,6 +34,7 @@ importers, exporters, and document generators.
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
import gtk
|
||||
from gtk import glade
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
@@ -94,7 +95,7 @@ class PluginDialog(ManagedWindow.ManagedWindow):
|
||||
self.state = state
|
||||
self.uistate = uistate
|
||||
|
||||
self.dialog = gtk.glade.XML(const.PLUGINS_GLADE,"report","gramps")
|
||||
self.dialog = glade.XML(const.PLUGINS_GLADE,"report","gramps")
|
||||
self.dialog.signal_autoconnect({
|
||||
"on_report_apply_clicked" : self.on_apply_clicked,
|
||||
"destroy_passed_object" : self.close,
|
||||
|
@@ -39,11 +39,10 @@ log = logging.getLogger(".")
|
||||
#-------------------------------------------------------------------------
|
||||
import const
|
||||
import Utils
|
||||
from Filters import CustomFilters
|
||||
from BasicUtils import name_displayer
|
||||
import Errors
|
||||
from _Options import *
|
||||
|
||||
from PluginUtils import (Options, OptionHandler, OptionList,
|
||||
OptionListCollection)
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# Constants
|
||||
|
@@ -43,6 +43,8 @@ from _PluginMgr import (register_export, register_import, register_tool,
|
||||
register_draw_doc, register_book_doc,
|
||||
register_quick_report)
|
||||
|
||||
from _Options import Options, OptionListCollection, OptionList, OptionHandler
|
||||
|
||||
import _Tool as Tool
|
||||
import _Plugins as Plugins
|
||||
import _PluginWindows as PluginWindows
|
||||
|
Reference in New Issue
Block a user