[GRASS-SVN] r49872 - grass/branches/develbranch_6/gui/wxpython/dbmgr

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Dec 23 04:12:10 EST 2011


Author: martinl
Date: 2011-12-23 01:12:10 -0800 (Fri, 23 Dec 2011)
New Revision: 49872

Modified:
   grass/branches/develbranch_6/gui/wxpython/dbmgr/manager.py
Log:
wxGUI/dbmgr: fix etc path

Modified: grass/branches/develbranch_6/gui/wxpython/dbmgr/manager.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/dbmgr/manager.py	2011-12-23 07:38:22 UTC (rev 49871)
+++ grass/branches/develbranch_6/gui/wxpython/dbmgr/manager.py	2011-12-23 09:12:10 UTC (rev 49872)
@@ -38,7 +38,7 @@
 import types
 
 if __name__ == "__main__":
-    sys.path.append(os.path.join(os.getenv('GISBASE'), 'etc', 'gui', 'wxpython'))
+    sys.path.append(os.path.join(os.getenv('GISBASE'), 'etc', 'wxpython'))
 from core import globalvar
 import wx
 import wx.lib.mixins.listctrl as listmix



More information about the grass-commit mailing list