[GRASS-SVN] r66267 - grass/trunk/lib/python/temporal
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 21 04:15:53 PDT 2015
Author: mlennert
Date: 2015-09-21 04:15:53 -0700 (Mon, 21 Sep 2015)
New Revision: 66267
Modified:
grass/trunk/lib/python/temporal/space_time_datasets.py
Log:
added missing import of array library (fix #2688)
Modified: grass/trunk/lib/python/temporal/space_time_datasets.py
===================================================================
--- grass/trunk/lib/python/temporal/space_time_datasets.py 2015-09-19 11:32:08 UTC (rev 66266)
+++ grass/trunk/lib/python/temporal/space_time_datasets.py 2015-09-21 11:15:53 UTC (rev 66267)
@@ -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