[GRASS-SVN] r56912 - grass/branches/releasebranch_6_4/gui/wxpython/scripts
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jun 24 16:50:19 PDT 2013
Author: hamish
Date: 2013-06-24 16:50:18 -0700 (Mon, 24 Jun 2013)
New Revision: 56912
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/scripts/p.db.py
grass/branches/releasebranch_6_4/gui/wxpython/scripts/p.mon.py
Log:
update to new wxGUI dir structure (merge from devbr6)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/scripts/p.db.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/scripts/p.db.py 2013-06-24 23:21:20 UTC (rev 56911)
+++ grass/branches/releasebranch_6_4/gui/wxpython/scripts/p.db.py 2013-06-24 23:50:18 UTC (rev 56912)
@@ -37,7 +37,7 @@
def main():
table = options["table"]
- os.spawnlp(os.P_NOWAIT, os.environ["GRASS_PYTHON"], os.environ["GRASS_PYTHON"], "%s/etc/wxpython/gui_modules/dbm.py" % os.environ["GISBASE"], table)
+ os.spawnlp(os.P_NOWAIT, os.environ["GRASS_PYTHON"], os.environ["GRASS_PYTHON"], "%s/etc/wxpython/dbmgr/manager.py" % os.environ["GISBASE"], table)
if __name__ == "__main__":
options, flags = grass.parser()
Modified: grass/branches/releasebranch_6_4/gui/wxpython/scripts/p.mon.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/scripts/p.mon.py 2013-06-24 23:21:20 UTC (rev 56911)
+++ grass/branches/releasebranch_6_4/gui/wxpython/scripts/p.mon.py 2013-06-24 23:50:18 UTC (rev 56912)
@@ -96,7 +96,7 @@
os.system("g.gisenv set=GRASS_PYCMDFILE=%s" % command_file)
if start != "":
- os.spawnlp(os.P_NOWAIT, os.environ["GRASS_PYTHON"], os.environ["GRASS_PYTHON"], "%s/etc/wxpython/gui_modules/mapdisp.py" % os.environ["GISBASE"], start, command_file)
+ os.spawnlp(os.P_NOWAIT, os.environ["GRASS_PYTHON"], os.environ["GRASS_PYTHON"], "%s/etc/wxpython/gui_core/mapdisp.py" % os.environ["GISBASE"], start, command_file)
return
# if stop != "" or select != "" or unlock != "":
More information about the grass-commit
mailing list