[GRASS-SVN] r73924 - grass/trunk/gui/wxpython/gmodeler
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jan 10 04:03:27 PST 2019
Author: martinl
Date: 2019-01-10 04:03:27 -0800 (Thu, 10 Jan 2019)
New Revision: 73924
Modified:
grass/trunk/gui/wxpython/gmodeler/preferences.py
Log:
wxgui/gmodeler: fix model properties dialog (missing import)
Modified: grass/trunk/gui/wxpython/gmodeler/preferences.py
===================================================================
--- grass/trunk/gui/wxpython/gmodeler/preferences.py 2019-01-10 10:42:52 UTC (rev 73923)
+++ grass/trunk/gui/wxpython/gmodeler/preferences.py 2019-01-10 12:03:27 UTC (rev 73924)
@@ -23,7 +23,7 @@
from core.settings import UserSettings
from core.utils import _
from gui_core.wrap import SpinCtrl, Button, StaticText, \
- StaticBox
+ StaticBox, TextCtrl
class PreferencesDialog(PreferencesBaseDialog):
More information about the grass-commit
mailing list