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