[GRASS-SVN] r36255 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 8 10:07:53 EDT 2009


Author: martinl
Date: 2009-03-08 10:07:53 -0400 (Sun, 08 Mar 2009)
New Revision: 36255

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gselect.py
Log:
wxGUI: import missing module
       (merge from devbr6, r36254)


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gselect.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gselect.py	2009-03-08 13:47:25 UTC (rev 36254)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gselect.py	2009-03-08 14:07:53 UTC (rev 36255)
@@ -22,6 +22,7 @@
 
 import os
 import sys
+import copy
 
 import wx
 import wx.combo



More information about the grass-commit mailing list