Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pysamples/forward_push.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-05-22 21:48:47 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-05-22 21:48:47 (GMT)
commit87b47c329bf60c336303f228e11ece571dbe91de (patch)
tree49ae3e0722afb420a8e237384c8f36ecf4fb6f04 /pysamples/forward_push.py
parent51d0563b974f4daa7150410f66d1816c42780212 (diff)
pep8 and pyflakes cleanup
Diffstat (limited to 'pysamples/forward_push.py')
-rw-r--r--pysamples/forward_push.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysamples/forward_push.py b/pysamples/forward_push.py
index f0083b2..b98c726 100644
--- a/pysamples/forward_push.py
+++ b/pysamples/forward_push.py
@@ -50,4 +50,4 @@ def myblock(tw, name):
# Regenerate the palette, which will now include the new block.
tw.show_toolbar_palette(palette_name_to_index('turtle'),
- regenerate=True)
+ regenerate=True)