[GRASS-SVN] r46790 -
grass-addons/grass7/gui/wxpython/wx.stream/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jun 26 12:29:22 EDT 2011
Author: martinl
Date: 2011-06-26 09:29:22 -0700 (Sun, 26 Jun 2011)
New Revision: 46790
Modified:
grass-addons/grass7/gui/wxpython/wx.stream/gui_modules/rstream.py
Log:
wx.stream: cosmetics in template
Modified: grass-addons/grass7/gui/wxpython/wx.stream/gui_modules/rstream.py
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.stream/gui_modules/rstream.py 2011-06-26 16:14:36 UTC (rev 46789)
+++ grass-addons/grass7/gui/wxpython/wx.stream/gui_modules/rstream.py 2011-06-26 16:29:22 UTC (rev 46790)
@@ -1,3 +1,20 @@
+"""!
+ at package rstream.py
+
+ at brief GUI for r.stream.* modules
+
+See http://grass.osgeo.org/wiki/Wx.stream_GSoC_2011
+
+Classes:
+ - RStreamFrame
+
+(C) 2011 by Margherita Di Leo, and the GRASS Development Team
+This program is free software under the GNU General Public License
+(>=v2). Read the file COPYING that comes with GRASS for details.
+
+ at author Margherita Di Leo (GSoC student 2011)
+"""
+
import os
import sys
@@ -9,8 +26,8 @@
class RStreamFrame(wx.Frame):
def __init__(self, parent = None, id = wx.ID_ANY,
- title = _("GRASS GIS r.stream Utility"), **kwargs):
- """!Main window of r.stream GUI
+ title = _("GRASS GIS Hydrological Modelling Utility"), **kwargs):
+ """!Main window of r.stream's GUI
@param parent parent window
@param id window id
More information about the grass-commit
mailing list