[GRASS-SVN] r66338 - grass/trunk/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 26 06:14:18 PDT 2015
Author: martinl
Date: 2015-09-26 06:14:18 -0700 (Sat, 26 Sep 2015)
New Revision: 66338
Modified:
grass/trunk/gui/wxpython/gui_core/forms.py
Log:
wxGUI: fix LayersList import (forms)
Modified: grass/trunk/gui/wxpython/gui_core/forms.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/forms.py 2015-09-26 13:12:19 UTC (rev 66337)
+++ grass/trunk/gui/wxpython/gui_core/forms.py 2015-09-26 13:14:18 UTC (rev 66338)
@@ -93,7 +93,7 @@
from core.settings import UserSettings
from gui_core.widgets import FloatValidator, GNotebook, FormNotebook, FormListbook
from core.giface import Notification
-from gui_core.dialogs import LayersList
+from gui_core.widgets import LayersList
wxUpdateDialog, EVT_DIALOG_UPDATE = NewEvent()
More information about the grass-commit
mailing list