[GRASS-SVN] r57887 - grass/trunk/gui/wxpython/iclass

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 30 13:51:41 PDT 2013


Author: martinl
Date: 2013-09-30 13:51:40 -0700 (Mon, 30 Sep 2013)
New Revision: 57887

Modified:
   grass/trunk/gui/wxpython/iclass/plots.py
Log:
wxGUI/iclass: fix module name (iscatt)


Modified: grass/trunk/gui/wxpython/iclass/plots.py
===================================================================
--- grass/trunk/gui/wxpython/iclass/plots.py	2013-09-30 19:24:45 UTC (rev 57886)
+++ grass/trunk/gui/wxpython/iclass/plots.py	2013-09-30 20:51:40 UTC (rev 57887)
@@ -73,7 +73,7 @@
         """!Init interactive scatter plot tool
         """
         try:
-            from scatt_plot.frame import IClassIScattPanel
+            from iscatt.frame import IClassIScattPanel
             self.iscatt_panel = IClassIScattPanel(parent=self, 
                                                   giface=self._giface, 
                                                   iclass_mapwin = self.parent.GetFirstWindow())



More information about the grass-commit mailing list