[GRASS-SVN] r66268 - grass/branches/releasebranch_7_0/lib/python/temporal

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 21 04:16:52 PDT 2015


Author: mlennert
Date: 2015-09-21 04:16:52 -0700 (Mon, 21 Sep 2015)
New Revision: 66268

Modified:
   grass/branches/releasebranch_7_0/lib/python/temporal/space_time_datasets.py
Log:
added missing import of array library (fix #2688)


Modified: grass/branches/releasebranch_7_0/lib/python/temporal/space_time_datasets.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/temporal/space_time_datasets.py	2015-09-21 11:15:53 UTC (rev 66267)
+++ grass/branches/releasebranch_7_0/lib/python/temporal/space_time_datasets.py	2015-09-21 11:16:52 UTC (rev 66268)
@@ -11,6 +11,7 @@
 import getpass
 from abstract_map_dataset import *
 from abstract_space_time_dataset import *
+import grass.script.array as garray
 
 ###############################################################################
 



More information about the grass-commit mailing list