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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 26 12:37:31 EDT 2010


Author: martinl
Date: 2010-03-26 12:37:29 -0400 (Fri, 26 Mar 2010)
New Revision: 41563

Modified:
   grass/trunk/lib/init/grass.py
Log:
consmetics in grass.py header


Modified: grass/trunk/lib/init/grass.py
===================================================================
--- grass/trunk/lib/init/grass.py	2010-03-26 16:22:44 UTC (rev 41562)
+++ grass/trunk/lib/init/grass.py	2010-03-26 16:37:29 UTC (rev 41563)
@@ -1,25 +1,24 @@
 #!/usr/bin/env python
 #############################################################################
 #
-# MODULE:   	GRASS Initialization
+# MODULE:   	GRASS initialization
 # AUTHOR(S):	Original author unknown - probably CERL
 #               Andreas Lange - Germany - andreas.lange at rhein-main.de
 #   	    	Huidae Cho - Korea - grass4u at gmail.com
 #   	    	Justin Hickey - Thailand - jhickey at hpcc.nectec.or.th
 #   	    	Markus Neteler - Germany/Italy - neteler at itc.it
 #		Hamish Bowman - New Zealand - hamish_b at yahoo,com
-#		Converted to Python by Glynn Clements
-# PURPOSE:  	The source file for this shell script is in
-#   	    	src/general/init/init.sh. It sets up some environment
-#   	    	variables and the lock file. It also parses any remaining
-#   	    	command line options for setting the GISDBASE, LOCATION, and/or
-#   	    	MAPSET. Finally it starts GRASS with the appropriate user
+#		Converted to Python (based on init.sh) by Glynn Clements
+# PURPOSE:  	Sets up some environment variables.
+#               It also parses any remaining command line options for
+#               setting the GISDBASE, LOCATION, and/or MAPSET.
+#               Finally it starts GRASS with the appropriate user
 #   	    	interface and cleans up after it is finished.
 # COPYRIGHT:    (C) 2000-2010 by the GRASS Development Team
 #
-#               This program is free software under the GNU General Public
-#   	    	License (>=v2). Read the file COPYING that comes with GRASS
-#   	    	for details.
+#               This program is free software under the GNU General
+#   	    	Public License (>=v2). Read the file COPYING that
+#   	    	comes with GRASS for details.
 #
 #############################################################################
 



More information about the grass-commit mailing list