[GRASS-SVN] r37369 - grass/branches/releasebranch_6_4/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 22 11:03:16 EDT 2009


Author: martinl
Date: 2009-05-22 11:03:16 -0400 (Fri, 22 May 2009)
New Revision: 37369

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py
Log:
remove svn prop 'revision' from wxgui.py


Modified: grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py	2009-05-22 15:00:24 UTC (rev 37368)
+++ grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py	2009-05-22 15:03:16 UTC (rev 37369)
@@ -531,8 +531,7 @@
     def OnAboutGRASS(self, event):
         """Display 'About GRASS' dialog"""
         info = wx.AboutDialogInfo()
-
-        rev = "$Revision$"
+        
         # name
         info.SetName("GRASS GIS")
         # version


Property changes on: grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Author Date Id



More information about the grass-commit mailing list