[GRASS-SVN] r71569 - grass/trunk/scripts/r.plane
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Oct 20 12:48:32 PDT 2017
Author: hellik
Date: 2017-10-20 12:48:32 -0700 (Fri, 20 Oct 2017)
New Revision: 71569
Modified:
grass/trunk/scripts/r.plane/r.plane.py
Log:
r.plane: fix encoding issue for compiling winGRASS
Modified: grass/trunk/scripts/r.plane/r.plane.py
===================================================================
--- grass/trunk/scripts/r.plane/r.plane.py 2017-10-20 12:02:59 UTC (rev 71568)
+++ grass/trunk/scripts/r.plane/r.plane.py 2017-10-20 19:48:32 UTC (rev 71569)
@@ -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