[GRASS-SVN] r54586 - grass/trunk/gui/wxpython/gmodeler

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 9 03:14:45 PST 2013


Author: neteler
Date: 2013-01-09 03:14:45 -0800 (Wed, 09 Jan 2013)
New Revision: 54586

Modified:
   grass/trunk/gui/wxpython/gmodeler/model.py
Log:
avoid grey indicated comment line

Modified: grass/trunk/gui/wxpython/gmodeler/model.py
===================================================================
--- grass/trunk/gui/wxpython/gmodeler/model.py	2013-01-09 09:38:27 UTC (rev 54585)
+++ grass/trunk/gui/wxpython/gmodeler/model.py	2013-01-09 11:14:45 UTC (rev 54586)
@@ -2015,12 +2015,12 @@
 # DATE:         %s
 #
 #%s
-""" % ('#' * 79,
+""" % ('#' * 77,
        EncodeString(properties['name']),
        EncodeString(properties['author']),
        EncodeString('\n# '.join(properties['description'].splitlines())),
        time.asctime(),
-       '#' * 79))
+       '#' * 77))
         
         self.fd.write(
 r"""



More information about the grass-commit mailing list