Browse Source

wxnviz: g3d -> raster3d

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47539 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 14 năm trước cách đây
mục cha
commit
5729f853de
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      gui/wxpython/gui_modules/wxnviz.py

+ 1 - 1
gui/wxpython/gui_modules/wxnviz.py

@@ -27,7 +27,7 @@ from numpy import matrix
 
 from ctypes import *
 from grass.lib.gis   import *
-from grass.lib.g3d   import *
+from grass.lib.raster3d   import *
 from grass.lib.ogsf  import *
 from grass.lib.nviz  import *
 from grass.lib.raster import *