[GRASS-SVN] r57584 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 2 08:03:27 PDT 2013


Author: martinl
Date: 2013-09-02 08:03:27 -0700 (Mon, 02 Sep 2013)
New Revision: 57584

Modified:
   grass/trunk/lib/init/grass.py
Log:
grass.py: header cosmetics


Modified: grass/trunk/lib/init/grass.py
===================================================================
--- grass/trunk/lib/init/grass.py	2013-09-02 15:01:50 UTC (rev 57583)
+++ grass/trunk/lib/init/grass.py	2013-09-02 15:03:27 UTC (rev 57584)
@@ -1,16 +1,18 @@
 #!/usr/bin/env python
 #############################################################################
 #
-# MODULE:       GRASS initialization (Python)
+# MODULE:       GRASS initialization script
 # AUTHOR(S):    Original author unknown - probably CERL
 #               Andreas Lange <andreas.lange rhein-main.de>
 #               Huidae Cho <grass4u gmail.com>
 #               Justin Hickey <jhickey hpcc.nectec.or.th>
 #               Markus Neteler <neteler osgeo.org>
-#               Hamish Bowman <hamish_b yahoo,com>
-#               Converted to Python (based on init.sh) by Glynn Clements
+#               Hamish Bowman <hamish_b yahoo.com>
+#
+#               GRASS 7: converted to Python (based on init.sh shell
+#               script from GRASS 6) by Glynn Clements
 #               Martin Landa <landa.martin gmail.com>
-#               Luca Delucchi <lucadeluge at gmail.com>
+#               Luca Delucchi <lucadeluge gmail.com>
 # PURPOSE:      Sets up environment variables, parses any remaining
 #               command line options for setting the GISDBASE, LOCATION,
 #               and/or MAPSET. Finally it starts GRASS with the appropriate



More information about the grass-commit mailing list