git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48400 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -3,10 +3,3 @@ from db import *
from raster import *
from raster3d import *
from vector import *
-# Temporal GIS library functions
-from tgis_core import *
-from tgis_base import *
-from tgis_temporal_extent import *
-from tgis_spatial_extent import *
-from tgis_metadata import *
-from tgis_space_time_datasets import *
@@ -1,4 +1,4 @@
import os
-__all__ = ["script"]
+__all__ = ["script", "temporal"]
if os.path.exists(os.path.join(os.path.dirname(__file__), "lib", "__init__.py")):
__all__.append("lib")