Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tajail.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-05-22 13:02:34 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-05-22 13:02:34 (GMT)
commit05bd038c1a1fe456fc030e6196f238a32d110b02 (patch)
tree510c83a64ac1f1ff5130f91b65e96ee78fd9ca9b /TurtleArt/tajail.py
parentf5d12fa064b806d4e1d628f9b73d61783d85def2 (diff)
pep8 cleanup
Diffstat (limited to 'TurtleArt/tajail.py')
-rw-r--r--TurtleArt/tajail.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArt/tajail.py b/TurtleArt/tajail.py
index 3fcf997..40517cd 100644
--- a/TurtleArt/tajail.py
+++ b/TurtleArt/tajail.py
@@ -46,7 +46,7 @@ def myfunc(f, args):
def myfunc_import(parent, f, x):
''' Run Python code imported from Journal '''
- if 'def myblock(lc,' in f:
+ if 'def myblock(lc,' in f:
base_class = parent.tw.lc # pre-v107, we passed lc
else:
base_class = parent.tw # as of v107, we pass tw