[GRASS-SVN] r61506 - grass/branches/releasebranch_7_0/gui/wxpython/animation

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Aug 2 20:11:22 PDT 2014


Author: annakrat
Date: 2014-08-02 20:11:21 -0700 (Sat, 02 Aug 2014)
New Revision: 61506

Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/animation/controller.py
Log:
wxGUI: fix syntax error introduced by previous commit r61504

Modified: grass/branches/releasebranch_7_0/gui/wxpython/animation/controller.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/animation/controller.py	2014-08-03 03:09:14 UTC (rev 61505)
+++ grass/branches/releasebranch_7_0/gui/wxpython/animation/controller.py	2014-08-03 03:11:21 UTC (rev 61506)
@@ -191,7 +191,7 @@
 
     def UpdateAnimations(self):
         """Used sofar for updating slider time labels
-        after change of format"""'
+        after change of format"""
         self._setAnimations()
 
     def EditAnimations(self):



More information about the grass-commit mailing list