Browse Source

fix grass.script

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37551 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 years ago
parent
commit
e37b3d7291
1 changed files with 5 additions and 6 deletions
  1. 5 6
      lib/python/__init__.py

+ 5 - 6
lib/python/__init__.py

@@ -1,6 +1,5 @@
-all = ['core',
-       'db',
-       'raster',
-       'vector',
-       'all'
-       ]
+import core
+import db
+import raster
+import vector
+import all