[GRASS-SVN] r36254 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Mar 8 09:47:25 EDT 2009
Author: martinl
Date: 2009-03-08 09:47:25 -0400 (Sun, 08 Mar 2009)
New Revision: 36254
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py
Log:
wxGUI: import missing module
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py 2009-03-08 13:32:14 UTC (rev 36253)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py 2009-03-08 13:47:25 UTC (rev 36254)
@@ -22,6 +22,7 @@
import os
import sys
+import copy
import wx
import wx.combo
More information about the grass-commit
mailing list