Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tajail.py
diff options
context:
space:
mode:
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