[GRASS-SVN] r65163 - grass-addons/grass7/gui/wxpython/wx.metadata/g.gui.metadata
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Apr 29 12:40:41 PDT 2015
Author: krejcmat
Date: 2015-04-29 12:40:41 -0700 (Wed, 29 Apr 2015)
New Revision: 65163
Modified:
grass-addons/grass7/gui/wxpython/wx.metadata/g.gui.metadata/g.gui.metadata.py
Log:
remove GuiModuleMain
Modified: grass-addons/grass7/gui/wxpython/wx.metadata/g.gui.metadata/g.gui.metadata.py
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.metadata/g.gui.metadata/g.gui.metadata.py 2015-04-29 12:49:56 UTC (rev 65162)
+++ grass-addons/grass7/gui/wxpython/wx.metadata/g.gui.metadata/g.gui.metadata.py 2015-04-29 19:40:41 UTC (rev 65163)
@@ -46,7 +46,7 @@
import mdgrass
import mdutil
-from core.utils import _, GuiModuleMain
+from core.utils import _
from editor import MdMainEditor
from lmgr import datacatalog
from core.gcmd import RunCommand, GError, GMessage
@@ -1168,5 +1168,4 @@
if __name__ == '__main__':
options, flags = grass.parser()
-
- GuiModuleMain(main)
+ main()
More information about the grass-commit
mailing list