[GRASS-SVN] r61505 - grass/trunk/gui/wxpython/animation

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Aug 2 20:09:14 PDT 2014


Author: annakrat
Date: 2014-08-02 20:09:14 -0700 (Sat, 02 Aug 2014)
New Revision: 61505

Modified:
   grass/trunk/gui/wxpython/animation/controller.py
Log:
wxGUI: fix syntax error introduced by previous commit r61503

Modified: grass/trunk/gui/wxpython/animation/controller.py
===================================================================
--- grass/trunk/gui/wxpython/animation/controller.py	2014-08-03 03:04:41 UTC (rev 61504)
+++ grass/trunk/gui/wxpython/animation/controller.py	2014-08-03 03:09:14 UTC (rev 61505)
@@ -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