[GRASS-SVN] r37551 - grass/trunk/lib/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed May 27 18:06:35 EDT 2009
Author: martinl
Date: 2009-05-27 18:06:35 -0400 (Wed, 27 May 2009)
New Revision: 37551
Modified:
grass/trunk/lib/python/__init__.py
Log:
fix grass.script
Modified: grass/trunk/lib/python/__init__.py
===================================================================
--- grass/trunk/lib/python/__init__.py 2009-05-27 22:05:12 UTC (rev 37550)
+++ grass/trunk/lib/python/__init__.py 2009-05-27 22:06:35 UTC (rev 37551)
@@ -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