[GRASS-SVN] r66337 - grass/trunk/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 26 06:12:19 PDT 2015


Author: martinl
Date: 2015-09-26 06:12:19 -0700 (Sat, 26 Sep 2015)
New Revision: 66337

Modified:
   grass/trunk/gui/wxpython/gui_core/dialogs.py
Log:
wxGUI: remove unused import (dialogs)

Modified: grass/trunk/gui/wxpython/gui_core/dialogs.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/dialogs.py	2015-09-26 12:42:28 UTC (rev 66336)
+++ grass/trunk/gui/wxpython/gui_core/dialogs.py	2015-09-26 13:12:19 UTC (rev 66337)
@@ -40,8 +40,7 @@
 from core.gcmd import GError, RunCommand, GMessage
 from gui_core.gselect import LocationSelect, MapsetSelect, Select, \
                              OgrTypeSelect, SubGroupSelect
-from gui_core.widgets import SingleSymbolPanel, GListCtrl, SimpleValidator, \
-    MapValidator, LayersList
+from gui_core.widgets import SingleSymbolPanel, GListCtrl, SimpleValidator, MapValidator
 from core.utils import _
 from core.settings import UserSettings
 from core.debug import Debug



More information about the grass-commit mailing list