[GRASS-SVN] r49766 - grass/trunk/gui/wxpython/gmodeler
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Dec 15 08:13:54 EST 2011
Author: martinl
Date: 2011-12-15 05:13:53 -0800 (Thu, 15 Dec 2011)
New Revision: 49766
Modified:
grass/trunk/gui/wxpython/gmodeler/frame.py
Log:
wxGUI/modeler: missing import
(merge r49765 from devbr6)
Modified: grass/trunk/gui/wxpython/gmodeler/frame.py
===================================================================
--- grass/trunk/gui/wxpython/gmodeler/frame.py 2011-12-15 13:09:21 UTC (rev 49765)
+++ grass/trunk/gui/wxpython/gmodeler/frame.py 2011-12-15 13:13:53 UTC (rev 49766)
@@ -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