Browse Source

wxGUI/iclass: fix module name (iscatt)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57887 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 năm trước cách đây
mục cha
commit
c80f11dbae
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      gui/wxpython/iclass/plots.py

+ 1 - 1
gui/wxpython/iclass/plots.py

@@ -73,7 +73,7 @@ class PlotPanel(scrolled.ScrolledPanel):
         """!Init interactive scatter plot tool
         """!Init interactive scatter plot tool
         """
         """
         try:
         try:
-            from scatt_plot.frame import IClassIScattPanel
+            from iscatt.frame import IClassIScattPanel
             self.iscatt_panel = IClassIScattPanel(parent=self, 
             self.iscatt_panel = IClassIScattPanel(parent=self, 
                                                   giface=self._giface, 
                                                   giface=self._giface, 
                                                   iclass_mapwin = self.parent.GetFirstWindow())
                                                   iclass_mapwin = self.parent.GetFirstWindow())