[GRASS-SVN] r72232 - in grass-addons/grass7/raster: r.green/r.green.gshp/r.green.gshp.technical r.green/r.green.gshp/r.green.gshp.theoretical r.out.ntv2 r.sentinel/r.sentinel.download r.sentinel/r.sentinel.import
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Feb 12 11:12:58 PST 2018
Author: martinl
Date: 2018-02-12 11:12:58 -0800 (Mon, 12 Feb 2018)
New Revision: 72232
Modified:
grass-addons/grass7/raster/r.green/r.green.gshp/r.green.gshp.technical/r.green.gshp.technical.py
grass-addons/grass7/raster/r.green/r.green.gshp/r.green.gshp.theoretical/r.green.gshp.theoretical.py
grass-addons/grass7/raster/r.out.ntv2/r.out.ntv2.py
grass-addons/grass7/raster/r.sentinel/r.sentinel.download/r.sentinel.download.py
grass-addons/grass7/raster/r.sentinel/r.sentinel.import/r.sentinel.import.py
Log:
do not force python2 (it cause compilation failure on MS Windows: no module named site)
Modified: grass-addons/grass7/raster/r.green/r.green.gshp/r.green.gshp.technical/r.green.gshp.technical.py
===================================================================
--- grass-addons/grass7/raster/r.green/r.green.gshp/r.green.gshp.technical/r.green.gshp.technical.py 2018-02-12 07:56:18 UTC (rev 72231)
+++ grass-addons/grass7/raster/r.green/r.green.gshp/r.green.gshp.technical/r.green.gshp.technical.py 2018-02-12 19:12:58 UTC (rev 72232)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
############################################################################
Modified: grass-addons/grass7/raster/r.green/r.green.gshp/r.green.gshp.theoretical/r.green.gshp.theoretical.py
===================================================================
--- grass-addons/grass7/raster/r.green/r.green.gshp/r.green.gshp.theoretical/r.green.gshp.theoretical.py 2018-02-12 07:56:18 UTC (rev 72231)
+++ grass-addons/grass7/raster/r.green/r.green.gshp/r.green.gshp.theoretical/r.green.gshp.theoretical.py 2018-02-12 19:12:58 UTC (rev 72232)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
############################################################################
Modified: grass-addons/grass7/raster/r.out.ntv2/r.out.ntv2.py
===================================================================
--- grass-addons/grass7/raster/r.out.ntv2/r.out.ntv2.py 2018-02-12 07:56:18 UTC (rev 72231)
+++ grass-addons/grass7/raster/r.out.ntv2/r.out.ntv2.py 2018-02-12 19:12:58 UTC (rev 72232)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
#
############################################################################
#
Modified: grass-addons/grass7/raster/r.sentinel/r.sentinel.download/r.sentinel.download.py
===================================================================
--- grass-addons/grass7/raster/r.sentinel/r.sentinel.download/r.sentinel.download.py 2018-02-12 07:56:18 UTC (rev 72231)
+++ grass-addons/grass7/raster/r.sentinel/r.sentinel.download/r.sentinel.download.py 2018-02-12 19:12:58 UTC (rev 72232)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
#
############################################################################
#
Modified: grass-addons/grass7/raster/r.sentinel/r.sentinel.import/r.sentinel.import.py
===================================================================
--- grass-addons/grass7/raster/r.sentinel/r.sentinel.import/r.sentinel.import.py 2018-02-12 07:56:18 UTC (rev 72231)
+++ grass-addons/grass7/raster/r.sentinel/r.sentinel.import/r.sentinel.import.py 2018-02-12 19:12:58 UTC (rev 72232)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
#
############################################################################
#
More information about the grass-commit
mailing list