Parcourir la source

wxGUI: import missing module

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50714 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa il y a 13 ans
Parent
commit
eb2c5b830a
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      gui/wxpython/gui_core/mapdisp.py

+ 1 - 0
gui/wxpython/gui_core/mapdisp.py

@@ -20,6 +20,7 @@ This program is free software under the GNU General Public License
 """
 
 import os
+import sys
 
 import wx
 import wx.aui