Browse Source

wxGUI: fix trac https://trac.osgeo.org/grass/ticket/439

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35441 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 năm trước cách đây
mục cha
commit
43d438e36f
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      gui/wxpython/gui_modules/mapdisp_window.py

+ 2 - 0
gui/wxpython/gui_modules/mapdisp_window.py

@@ -24,6 +24,8 @@ import math
 import wx
 
 import dbm
+import gdialogs
+import gcmd
 from debug import Debug
 from preferences import globalSettings as UserSettings
 from vdigit import GV_LINES as VDigit_Lines_Type