Selaa lähdekoodia

temporal: add missing import

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@61796 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 11 vuotta sitten
vanhempi
commit
eb5aaf4e27
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      lib/python/temporal/extract.py

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

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