Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bounce.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-10-12 21:12:54 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-10-12 21:12:54 (GMT)
commita06e6cfaa8cd6385b83c2a0971681d63a47da9da (patch)
tree375176e9b6dc771929062f4b18332bf1d3c42d97 /bounce.py
parentc4e27731bbb5d31ab136f2711edc82c2dbb59f4a (diff)
pep8 cleanup
Diffstat (limited to 'bounce.py')
-rw-r--r--bounce.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bounce.py b/bounce.py
index 8b43c8c..ff14483 100644
--- a/bounce.py
+++ b/bounce.py
@@ -451,7 +451,8 @@ class Bounce():
self._animate()
else:
self.timeout = gobject.timeout_add(
- max(STEP_PAUSE, BOUNCE_PAUSE - self.count * STEP_PAUSE),
+ max(STEP_PAUSE,
+ BOUNCE_PAUSE - self.count * STEP_PAUSE),
self._move_ball)
else:
self.timeout = gobject.timeout_add(STEP_PAUSE, self._move_ball)