[GRASS-SVN] r30113 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 13 08:18:55 EST 2008


Author: martinl
Date: 2008-02-13 08:18:55 -0500 (Wed, 13 Feb 2008)
New Revision: 30113

Modified:
   grass/trunk/gui/wxpython/gui_modules/location_wizard.py
Log:
wxGUI: fix typo (missing comma)

Modified: grass/trunk/gui/wxpython/gui_modules/location_wizard.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/location_wizard.py	2008-02-13 12:26:12 UTC (rev 30112)
+++ grass/trunk/gui/wxpython/gui_modules/location_wizard.py	2008-02-13 13:18:55 UTC (rev 30113)
@@ -1656,7 +1656,7 @@
         f.close()
 
         # read datum definitions
-        f = open(os.path.join(globalvar.ETCDIR "datum.table"), "r")
+        f = open(os.path.join(globalvar.ETCDIR, "datum.table"), "r")
         self.datums = {}
         paramslist = []
         for line in f.readlines():



More information about the grass-commit mailing list