Explorar o código

import GCP Manager only on request

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43378 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz %!s(int64=14) %!d(string=hai) anos
pai
achega
a78fe8b3f6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gui/wxpython/wxgui.py

+ 1 - 1
gui/wxpython/wxgui.py

@@ -72,7 +72,6 @@ import gui_modules.rules as rules
 import gui_modules.mcalc_builder as mapcalculator
 import gui_modules.mcalc_builder as mapcalculator
 import gui_modules.gcmd as gcmd
 import gui_modules.gcmd as gcmd
 import gui_modules.georect as georect
 import gui_modules.georect as georect
-import gui_modules.gcpmanager as gcpmanager
 import gui_modules.dbm as dbm
 import gui_modules.dbm as dbm
 import gui_modules.workspace as workspace
 import gui_modules.workspace as workspace
 import gui_modules.goutput as goutput
 import gui_modules.goutput as goutput
@@ -258,6 +257,7 @@ class GMFrame(wx.Frame):
     def OnGCPManager(self, event):
     def OnGCPManager(self, event):
         """!Launch georectifier module
         """!Launch georectifier module
         """
         """
+        import gui_modules.gcpmanager as gcpmanager
         gcpmanager.GCPWizard(self)
         gcpmanager.GCPWizard(self)
 
 
     def OnGModeler(self, event):
     def OnGModeler(self, event):