[GRASS-SVN] r49765 - grass/branches/develbranch_6/gui/wxpython/gmodeler

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 15 08:09:21 EST 2011


Author: martinl
Date: 2011-12-15 05:09:21 -0800 (Thu, 15 Dec 2011)
New Revision: 49765

Modified:
   grass/branches/develbranch_6/gui/wxpython/gmodeler/frame.py
Log:
wxGUI/modeler: missing import


Modified: grass/branches/develbranch_6/gui/wxpython/gmodeler/frame.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gmodeler/frame.py	2011-12-15 09:56:52 UTC (rev 49764)
+++ grass/branches/develbranch_6/gui/wxpython/gmodeler/frame.py	2011-12-15 13:09:21 UTC (rev 49765)
@@ -48,7 +48,7 @@
 from gmodeler.menudata    import ModelerData
 from icons.icon           import Icons
 from gui_core.forms       import GUI
-from gmodeler.preferences import PreferencesDialog
+from gmodeler.preferences import PreferencesDialog, PropertiesDialog
 
 from gmodeler.model       import *
 from gmodeler.dialogs     import *



More information about the grass-commit mailing list