Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taexportpython.py
diff options
context:
space:
mode:
authorMarion <marion.zepf@gmail.com>2013-07-31 20:44:10 (GMT)
committer Marion <marion.zepf@gmail.com>2013-07-31 20:44:10 (GMT)
commite7712483930edb82a57e47e8afd104bfc305ee7f (patch)
tree047b6d96646f690ae76dc738d2bce08fa053b100 /TurtleArt/taexportpython.py
parentf482dbfc1bb2c082d5a5356fd17dd517b0002b7b (diff)
make 'clean' block fully exportable and make exported code run
Diffstat (limited to 'TurtleArt/taexportpython.py')
-rw-r--r--TurtleArt/taexportpython.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/TurtleArt/taexportpython.py b/TurtleArt/taexportpython.py
index 85d5295..52216d9 100644
--- a/TurtleArt/taexportpython.py
+++ b/TurtleArt/taexportpython.py
@@ -59,6 +59,7 @@ if __name__ == '__main__':
_ACTION_STACK_START = """\
def %s():
turtle = tw.turtles.get_active_turtle()
+ turtles = tw.turtles
canvas = tw.canvas
logo = tw.lc