|
@@ -39,16 +39,14 @@ except ImportError:
|
|
|
import wx
|
|
|
|
|
|
from ctypes import *
|
|
|
-try:
|
|
|
- from grass.lib.gis import *
|
|
|
- from grass.lib.raster3d import *
|
|
|
- from grass.lib.vector import *
|
|
|
- from grass.lib.ogsf import *
|
|
|
- from grass.lib.nviz import *
|
|
|
- from grass.lib.raster import *
|
|
|
-except ImportError, e:
|
|
|
- sys.stderr.write(_("3D view mode: %s\n") % e)
|
|
|
-
|
|
|
+
|
|
|
+from grass.lib.gis import *
|
|
|
+from grass.lib.raster3d import *
|
|
|
+from grass.lib.vector import *
|
|
|
+from grass.lib.ogsf import *
|
|
|
+from grass.lib.nviz import *
|
|
|
+from grass.lib.raster import *
|
|
|
+
|
|
|
from core.debug import Debug
|
|
|
import grass.script as grass
|
|
|
|