[GRASS-SVN] r64295 - grass/trunk/lib/python/pygrass/modules/interface

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 24 08:03:31 PST 2015


Author: zarch
Date: 2015-01-24 08:03:31 -0800 (Sat, 24 Jan 2015)
New Revision: 64295

Modified:
   grass/trunk/lib/python/pygrass/modules/interface/read.py
Log:
Add rules tag in the pygrass module interface

Modified: grass/trunk/lib/python/pygrass/modules/interface/read.py
===================================================================
--- grass/trunk/lib/python/pygrass/modules/interface/read.py	2015-01-24 14:42:45 UTC (rev 64294)
+++ grass/trunk/lib/python/pygrass/modules/interface/read.py	2015-01-24 16:03:31 UTC (rev 64295)
@@ -46,6 +46,7 @@
     'suppress_required': get_None,
     'keywords': read_text,
     'guidependency': read_text,
+    'rules': get_None,
 }
 
 GETTYPE = {



More information about the grass-commit mailing list