[GRASS-SVN] r67677 - grass/trunk/lib/python/script
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 26 08:48:56 PST 2016
Author: martinl
Date: 2016-01-26 08:48:56 -0800 (Tue, 26 Jan 2016)
New Revision: 67677
Modified:
grass/trunk/lib/python/script/utils.py
Log:
pythonlib: ascii only (r67669)
Modified: grass/trunk/lib/python/script/utils.py
===================================================================
--- grass/trunk/lib/python/script/utils.py 2016-01-26 16:33:45 UTC (rev 67676)
+++ grass/trunk/lib/python/script/utils.py 2016-01-26 16:48:56 UTC (rev 67677)
@@ -7,7 +7,7 @@
from grass.script import utils as gutils
-(C) 2014 by the GRASS Development Team
+(C) 2014-2017 by the GRASS Development Team
This program is free software under the GNU General Public
License (>=v2). Read the file COPYING that comes with GRASS
for details.
@@ -316,20 +316,20 @@
grass_prompt> tree ../../../r.green
../../../r.green
- ├── ...
- ├── libgreen
- │ ├── pyfile1.py
- │ └── pyfile2.py
- └── r.green.hydro
- ├── Makefile
- ├── libhydro
- │ ├── pyfile1.py
- │ └── pyfile2.py
- ├── r.green.hydro.*
- └── r.green.hydro.financial
- ├── Makefile
- ├── ...
- └── r.green.hydro.financial.py
+ |-- ...
+ |-- libgreen
+ | |-- pyfile1.py
+ | +-- pyfile2.py
+ +-- r.green.hydro
+ |-- Makefile
+ |-- libhydro
+ | |-- pyfile1.py
+ | +-- pyfile2.py
+ |-- r.green.hydro.*
+ +-- r.green.hydro.financial
+ |-- Makefile
+ |-- ...
+ +-- r.green.hydro.financial.py
21 directories, 125 files
More information about the grass-commit
mailing list