[GRASS-SVN] r65286 - grass/trunk/gui/wxpython/modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 19 08:27:26 PDT 2015


Author: neteler
Date: 2015-05-19 08:27:26 -0700 (Tue, 19 May 2015)
New Revision: 65286

Modified:
   grass/trunk/gui/wxpython/modules/mapsets_picker.py
Log:
wxGUI/g.mapsets -s: remove GuiModuleMain (see also r65163)

Modified: grass/trunk/gui/wxpython/modules/mapsets_picker.py
===================================================================
--- grass/trunk/gui/wxpython/modules/mapsets_picker.py	2015-05-19 15:17:16 UTC (rev 65285)
+++ grass/trunk/gui/wxpython/modules/mapsets_picker.py	2015-05-19 15:27:26 UTC (rev 65286)
@@ -10,7 +10,7 @@
 import wx.lib.mixins.listctrl as listmix
 
 from core.gcmd import RunCommand 
-from core.utils import _, GuiModuleMain
+from core.utils import _
 from gui_core.preferences import MapsetAccess
 
 def main():
@@ -29,5 +29,5 @@
     app.MainLoop()
 
 if __name__ == "__main__":
-    GuiModuleMain(main)
+    main()
 



More information about the grass-commit mailing list