[GRASS-SVN] r67197 - grass/trunk/scripts/g.extension
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Dec 17 01:12:01 PST 2015
Author: martinl
Date: 2015-12-17 01:12:01 -0800 (Thu, 17 Dec 2015)
New Revision: 67197
Modified:
grass/trunk/scripts/g.extension/g.extension.py
Log:
g.extension: header + comment cosmetics
Modified: grass/trunk/scripts/g.extension/g.extension.py
===================================================================
--- grass/trunk/scripts/g.extension/g.extension.py 2015-12-17 09:11:02 UTC (rev 67196)
+++ grass/trunk/scripts/g.extension/g.extension.py 2015-12-17 09:12:01 UTC (rev 67197)
@@ -8,7 +8,7 @@
# Vaclav Petras <wenzeslaus gmail com> (support for general sources)
# PURPOSE: Tool to download and install extensions into local installation
#
-# COPYRIGHT: (C) 2009-2014 by Markus Neteler, and the GRASS Development Team
+# COPYRIGHT: (C) 2009-2015 by Markus Neteler, and the GRASS Development Team
#
# This program is free software under the GNU General
# Public License (>=v2). Read the file COPYING that
@@ -880,7 +880,7 @@
def install_extension_win(name):
"""Install extension on MS Windows"""
# do not use hardcoded url -
- # http://wingrass.fsv.cvut.cz/grassXX/addonsX.X.X
+ # http://wingrass.fsv.cvut.cz/platform/grassXX/addonsX.X.X
grass.message(_("Downloading precompiled GRASS Addons <%s>...") %
options['extension'])
url = "http://wingrass.fsv.cvut.cz/%(platform)s/" \
More information about the grass-commit
mailing list