Browse Source

wxGUI/nviz: os module added (merge from devbr6, https://trac.osgeo.org/grass/changeset/32870)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32871 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 years ago
parent
commit
e6cac510d0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      gui/wxpython/gui_modules/nviz.py

+ 1 - 0
gui/wxpython/gui_modules/nviz.py

@@ -19,6 +19,7 @@ for details.
 
 
 errorMsg = ''
 errorMsg = ''
 
 
+import os
 import sys
 import sys
 
 
 import wx
 import wx