[GRASS-SVN] r73581 - grass/trunk/lib/python/temporal
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 21 11:00:50 PDT 2018
Author: huhabla
Date: 2018-10-21 11:00:50 -0700 (Sun, 21 Oct 2018)
New Revision: 73581
Modified:
grass/trunk/lib/python/temporal/base.py
Log:
temporal framework: Fixed doctests in base
Modified: grass/trunk/lib/python/temporal/base.py
===================================================================
--- grass/trunk/lib/python/temporal/base.py 2018-10-21 18:00:29 UTC (rev 73580)
+++ grass/trunk/lib/python/temporal/base.py 2018-10-21 18:00:50 UTC (rev 73581)
@@ -563,7 +563,7 @@
mapset=PERMANENT
creator=soeren
temporal_type=absolute
- creation_time=2001-01-01 00:00:00
+ creation_time='2001-01-01 00:00:00'
"""
@@ -860,8 +860,8 @@
mapset=PERMANENT
creator=soeren
temporal_type=absolute
- creation_time=2001-01-01 00:00:00
- modification_time=2001-01-01 00:00:00
+ creation_time='2001-01-01 00:00:00'
+ modification_time='2001-01-01 00:00:00'
semantic_type=average
"""
More information about the grass-commit
mailing list