[GRASS-SVN] r37550 - grass/branches/develbranch_6/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 27 18:05:12 EDT 2009


Author: martinl
Date: 2009-05-27 18:05:12 -0400 (Wed, 27 May 2009)
New Revision: 37550

Modified:
   grass/branches/develbranch_6/lib/python/__init__.py
Log:
fix grass.script


Modified: grass/branches/develbranch_6/lib/python/__init__.py
===================================================================
--- grass/branches/develbranch_6/lib/python/__init__.py	2009-05-27 21:42:19 UTC (rev 37549)
+++ grass/branches/develbranch_6/lib/python/__init__.py	2009-05-27 22:05:12 UTC (rev 37550)
@@ -1,6 +1,5 @@
-all = ['core',
-       'db',
-       'raster',
-       'vector',
-       'all'
-       ]
+import core
+import db
+import raster
+import vector
+import all



More information about the grass-commit mailing list