浏览代码

avoid grey indicated comment line

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54586 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 12 年之前
父节点
当前提交
1173ea7e8b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      gui/wxpython/gmodeler/model.py

+ 2 - 2
gui/wxpython/gmodeler/model.py

@@ -2015,12 +2015,12 @@ r"""#!/usr/bin/env python
 # 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"""