Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/graphics/animator.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sugar/graphics/animator.py')
-rw-r--r--src/sugar/graphics/animator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sugar/graphics/animator.py b/src/sugar/graphics/animator.py
index 5d5b355..51c8ac3 100644
--- a/src/sugar/graphics/animator.py
+++ b/src/sugar/graphics/animator.py
@@ -31,7 +31,7 @@ class Animator(gobject.GObject):
'completed': (gobject.SIGNAL_RUN_FIRST,
gobject.TYPE_NONE, ([])),
}
-
+
def __init__(self, duration, fps=20, easing=EASE_OUT_EXPO):
gobject.GObject.__init__(self)
self._animations = []