Browse Source

import GCP Manager only on request

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43378 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 14 years ago
parent
commit
a78fe8b3f6
1 changed files with 1 additions and 1 deletions
  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.gcmd as gcmd
 import gui_modules.georect as georect
-import gui_modules.gcpmanager as gcpmanager
 import gui_modules.dbm as dbm
 import gui_modules.workspace as workspace
 import gui_modules.goutput as goutput
@@ -258,6 +257,7 @@ class GMFrame(wx.Frame):
     def OnGCPManager(self, event):
         """!Launch georectifier module
         """
+        import gui_modules.gcpmanager as gcpmanager
         gcpmanager.GCPWizard(self)
 
     def OnGModeler(self, event):