[GRASS-SVN] r49376 - grass/trunk/gui/wxpython/modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Nov 26 19:43:45 EST 2011
Author: martinl
Date: 2011-11-26 16:43:44 -0800 (Sat, 26 Nov 2011)
New Revision: 49376
Modified:
grass/trunk/gui/wxpython/modules/extensions.py
Log:
wxGUI major code reorganization (minor fixes)
Modified: grass/trunk/gui/wxpython/modules/extensions.py
===================================================================
--- grass/trunk/gui/wxpython/modules/extensions.py 2011-11-27 00:37:48 UTC (rev 49375)
+++ grass/trunk/gui/wxpython/modules/extensions.py 2011-11-27 00:43:44 UTC (rev 49376)
@@ -31,6 +31,7 @@
from core.gcmd import GError, RunCommand
from gui_core.forms import GUI
from gui_core.widgets import ItemTree
+from gui_core.ghelp import SearchModuleWindow
class InstallExtensionWindow(wx.Frame):
def __init__(self, parent, id = wx.ID_ANY,
More information about the grass-commit
mailing list