[GRASS-SVN] r50715 -
grass/branches/develbranch_6/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Feb 7 18:53:24 EST 2012
Author: martinl
Date: 2012-02-07 15:53:24 -0800 (Tue, 07 Feb 2012)
New Revision: 50715
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_core/mapdisp.py
Log:
wxGUI: import missing module
(merge r50714 from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_core/mapdisp.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_core/mapdisp.py 2012-02-07 23:51:30 UTC (rev 50714)
+++ grass/branches/develbranch_6/gui/wxpython/gui_core/mapdisp.py 2012-02-07 23:53:24 UTC (rev 50715)
@@ -16,6 +16,7 @@
"""
import os
+import sys
import wx
More information about the grass-commit
mailing list