[GRASS-SVN] r65338 - grass/branches/releasebranch_7_0/gui/wxpython/modules

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 29 02:12:56 PDT 2015


Author: neteler
Date: 2015-05-29 02:12:56 -0700 (Fri, 29 May 2015)
New Revision: 65338

Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/modules/mapsets_picker.py
Log:
g.mapsets: complete r65295)

Modified: grass/branches/releasebranch_7_0/gui/wxpython/modules/mapsets_picker.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/modules/mapsets_picker.py	2015-05-28 16:07:48 UTC (rev 65337)
+++ grass/branches/releasebranch_7_0/gui/wxpython/modules/mapsets_picker.py	2015-05-29 09:12:56 UTC (rev 65338)
@@ -3,7 +3,7 @@
 import wx
 
 from core.gcmd import RunCommand
-from core.utils import _, GuiModuleMain
+from core.utils import _
 from gui_core.preferences import MapsetAccess
 
 
@@ -24,4 +24,4 @@
 
 
 if __name__ == "__main__":
-    GuiModuleMain(main)
+    main()



More information about the grass-commit mailing list