Browse Source

temporal: add missing import

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@61796 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 10 years ago
parent
commit
eb5aaf4e27
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/python/temporal/extract.py

+ 1 - 0
lib/python/temporal/extract.py

@@ -12,6 +12,7 @@ for details.
 @author Soeren Gebbert
 """
 
+from grass.script import core
 from space_time_datasets import *
 from open_stds import *
 from multiprocessing import Process