[GRASS-SVN] r71571 - grass/branches/releasebranch_7_0/scripts/r.plane

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 20 12:49:15 PDT 2017


Author: hellik
Date: 2017-10-20 12:49:15 -0700 (Fri, 20 Oct 2017)
New Revision: 71571

Modified:
   grass/branches/releasebranch_7_0/scripts/r.plane/r.plane.py
Log:
r.plane: fix encoding issue for compiling winGRASS

Modified: grass/branches/releasebranch_7_0/scripts/r.plane/r.plane.py
===================================================================
--- grass/branches/releasebranch_7_0/scripts/r.plane/r.plane.py	2017-10-20 19:48:55 UTC (rev 71570)
+++ grass/branches/releasebranch_7_0/scripts/r.plane/r.plane.py	2017-10-20 19:49:15 UTC (rev 71571)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-#
+# -*- coding: utf-8 -*-
 ############################################################################
 #
 # MODULE:	r.plane for GRASS 5.7; based on r.plane for GRASS 5



More information about the grass-commit mailing list