[GRASS-SVN] r50896 - grass/branches/develbranch_6/gui/wxpython/nviz

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 20 04:43:14 EST 2012


Author: annakrat
Date: 2012-02-20 01:43:14 -0800 (Mon, 20 Feb 2012)
New Revision: 50896

Modified:
   grass/branches/develbranch_6/gui/wxpython/nviz/mapwindow.py
Log:
wxGUI/nviz: add missing import

Modified: grass/branches/develbranch_6/gui/wxpython/nviz/mapwindow.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/nviz/mapwindow.py	2012-02-20 09:41:50 UTC (rev 50895)
+++ grass/branches/develbranch_6/gui/wxpython/nviz/mapwindow.py	2012-02-20 09:43:14 UTC (rev 50896)
@@ -24,6 +24,7 @@
 import copy
 import math
 import types
+import tempfile
 
 from threading import Thread
 



More information about the grass-commit mailing list