[GRASS-SVN] r70403 - grass/trunk/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 21 10:16:01 PST 2017
Author: martinl
Date: 2017-01-21 10:16:01 -0800 (Sat, 21 Jan 2017)
New Revision: 70403
Modified:
grass/trunk/gui/wxpython/gui_core/forms.py
Log:
wxGUI: fix r70401 (missing import)
Modified: grass/trunk/gui/wxpython/gui_core/forms.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/forms.py 2017-01-21 16:32:00 UTC (rev 70402)
+++ grass/trunk/gui/wxpython/gui_core/forms.py 2017-01-21 18:16:01 UTC (rev 70403)
@@ -99,6 +99,7 @@
from core.giface import Notification
from gui_core.widgets import LayersList
from gui_core.wrap import BitmapFromImage, Button, StaticText, StaticBox, SpinCtrl
+from core.debug import Debug
wxUpdateDialog, EVT_DIALOG_UPDATE = NewEvent()
@@ -2969,7 +2970,6 @@
if sys.argv[1] != 'test':
q = wx.LogNull()
- from core.debug import Debug
Debug.msg(1, "forms.py called using command: %s" % sys.argv[1])
cmd = utils.split(sys.argv[1])
task = gtask.grassTask(cmd[0])
More information about the grass-commit
mailing list