[GRASS-SVN] r48647 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 5 13:41:45 EDT 2011


Author: martinl
Date: 2011-10-05 10:41:45 -0700 (Wed, 05 Oct 2011)
New Revision: 48647

Modified:
   grass/trunk/gui/wxpython/gui_modules/mapdisp.py
Log:
wxGUI: don't import module multiple times (cosmetics)


Modified: grass/trunk/gui/wxpython/gui_modules/mapdisp.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/mapdisp.py	2011-10-05 17:24:22 UTC (rev 48646)
+++ grass/trunk/gui/wxpython/gui_modules/mapdisp.py	2011-10-05 17:41:45 UTC (rev 48647)
@@ -54,9 +54,8 @@
 
 from mapdisp_window  import BufferedWindow
 from histogram       import HistFrame
-from wxplot          import HistFrame as HistFramePyPlot
-from wxplot          import ProfileFrame
-from wxplot          import ScatterFrame
+from wxplot          import HistFrame as HistFramePyPlot, ProfileFrame, ScatterFrame
+
 from grass.script import core as grass
 
 # for standalone app



More information about the grass-commit mailing list