Sfoglia il codice sorgente

Fix bug: typo from previous naming to new naming of the module, updated with new naming

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71640 15284696-431f-4ddb-bdfa-cd5b030d7da7
Yann Chemin 7 anni fa
parent
commit
a26ba55ffe
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      gui/wxpython/image2target/g.gui.image2target.py

+ 1 - 1
gui/wxpython/image2target/g.gui.image2target.py

@@ -120,7 +120,7 @@ def main():
     from core.settings import UserSettings
     from core.globalvar import CheckWxVersion
     from core.giface import StandaloneGrassInterface
-    from iimage2target.ii2t_manager import GCPWizard
+    from image2target.ii2t_manager import GCPWizard
 
     driver = UserSettings.Get(group='display', key='driver', subkey='type')
     if driver == 'png':