[GRASS-SVN] r51853 - grass/trunk/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 28 05:26:25 PDT 2012
Author: lucadelu
Date: 2012-05-28 05:26:25 -0700 (Mon, 28 May 2012)
New Revision: 51853
Modified:
grass/trunk/gui/wxpython/lmgr/frame.py
Log:
restored previous version
Modified: grass/trunk/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/frame.py 2012-05-28 12:18:47 UTC (rev 51852)
+++ grass/trunk/gui/wxpython/lmgr/frame.py 2012-05-28 12:26:25 UTC (rev 51853)
@@ -376,36 +376,6 @@
win.Show()
- def OnRLiSetup(self, event):
- """!Launch r.li.setup
- """
- #try:
- from scripts.rlisetup import RLiSetupFrame
- #except:
- #gcmd.GError(parent = self.parent, message = _("r.li.setup is not available."))
- #return
-
- win = RLiSetupFrame(parent = self)
- win.CentreOnScreen()
-
- win.Show()
-
- def OnRStream(self, event):
- """!GSoC's r.stream.* interface for testing
- """
- try:
- from gui_modules import rstream
- except:
- gcmd.GError(parent = self.parent,
- message = _("RStream Utility is not available. You can install it by %s") % \
- 'g.extension -s extension=wx.stream')
- return
-
- win = rstream.RStreamFrame(parent = self)
- win.CentreOnScreen()
-
- win.Show()
-
def OnDone(self, cmd, returncode):
"""Command execution finised"""
if hasattr(self, "model"):
More information about the grass-commit
mailing list