[GRASS-SVN] r51233 - grass/trunk/lib/python/ctypes
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Apr 1 06:52:06 EDT 2012
Author: martinl
Date: 2012-04-01 03:52:06 -0700 (Sun, 01 Apr 2012)
New Revision: 51233
Modified:
grass/trunk/lib/python/ctypes/__init__.py
Log:
ctypes: order modules by name, add missing
Modified: grass/trunk/lib/python/ctypes/__init__.py
===================================================================
--- grass/trunk/lib/python/ctypes/__init__.py 2012-04-01 10:50:13 UTC (rev 51232)
+++ grass/trunk/lib/python/ctypes/__init__.py 2012-04-01 10:52:06 UTC (rev 51233)
@@ -1,16 +1,18 @@
__all__ = [
+ 'arraystats',
+ 'cluster',
'date',
+ 'dbmi',
+ 'display',
'gis',
- 'raster',
'gmath',
+ 'imagery',
+ 'nviz',
+ 'ogsf',
'proj',
- 'imagery',
+ 'raster3d',
+ 'raster',
+ 'stats',
'vector',
- 'display',
- 'stats',
- 'dbmi',
- 'raster3d',
- 'arraystats',
- 'cluster',
'vedit'
]
More information about the grass-commit
mailing list