[GRASS-SVN] r71640 - grass/trunk/gui/wxpython/image2target
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 5 04:22:34 PST 2017
Author: ychemin
Date: 2017-11-05 04:22:34 -0800 (Sun, 05 Nov 2017)
New Revision: 71640
Modified:
grass/trunk/gui/wxpython/image2target/g.gui.image2target.py
Log:
Fix bug: typo from previous naming to new naming of the module, updated with new naming
Modified: grass/trunk/gui/wxpython/image2target/g.gui.image2target.py
===================================================================
--- grass/trunk/gui/wxpython/image2target/g.gui.image2target.py 2017-11-05 02:33:10 UTC (rev 71639)
+++ grass/trunk/gui/wxpython/image2target/g.gui.image2target.py 2017-11-05 12:22:34 UTC (rev 71640)
@@ -120,7 +120,7 @@
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':
More information about the grass-commit
mailing list