Selaa lähdekoodia

wxGUI/g.mapsets -s: remove GuiModuleMain (see also https://trac.osgeo.org/grass/changeset/65163)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65286 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 10 vuotta sitten
vanhempi
commit
90b59eee9a
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      gui/wxpython/modules/mapsets_picker.py

+ 2 - 2
gui/wxpython/modules/mapsets_picker.py

@@ -10,7 +10,7 @@ import wx
 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 @@ def main():
     app.MainLoop()
 
 if __name__ == "__main__":
-    GuiModuleMain(main)
+    main()