[GRASS-SVN] r35288 - grass/branches/releasebranch_6_4/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 8 09:27:19 EST 2009


Author: martinl
Date: 2009-01-08 09:27:18 -0500 (Thu, 08 Jan 2009)
New Revision: 35288

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/README
Log:
Python ElementTree needed only for py <= 2.4

Modified: grass/branches/releasebranch_6_4/gui/wxpython/README
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/README	2009-01-08 14:27:13 UTC (rev 35287)
+++ grass/branches/releasebranch_6_4/gui/wxpython/README	2009-01-08 14:27:18 UTC (rev 35288)
@@ -7,7 +7,7 @@
 
  GRASS GIS >= 6.3
  Python >= 2.4 (Python 3 not supported)
- Python ElementTree
+ 	Python ElementTree (only for Python <= 2.4)
  wxPython >= 2.8.1.1
  swig >= 1.3.31 (required only for vector digitizer)
  



More information about the grass-commit mailing list