[GRASS-SVN] r74110 - grass/trunk/scripts/i.tasscap

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 20 01:21:02 PST 2019


Author: neteler
Date: 2019-02-20 01:21:02 -0800 (Wed, 20 Feb 2019)
New Revision: 74110

Modified:
   grass/trunk/scripts/i.tasscap/i.tasscap.py
Log:
i.tasscap: declare encoding (https://www.python.org/dev/peps/pep-0263/) to avoid issue with accented char in comment

Modified: grass/trunk/scripts/i.tasscap/i.tasscap.py
===================================================================
--- grass/trunk/scripts/i.tasscap/i.tasscap.py	2019-02-19 16:45:28 UTC (rev 74109)
+++ grass/trunk/scripts/i.tasscap/i.tasscap.py	2019-02-20 09:21:02 UTC (rev 74110)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-
+# -*- coding: utf-8 -*-
 ############################################################################
 #
 # MODULE:	i.tasscap



More information about the grass-commit mailing list