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-09-12 16:37:53 (GMT)
committer Marion <marion.zepf@gmail.com>2013-09-12 16:37:53 (GMT)
commit4c4e63bc7928d239a8881990fdae1a2eca4757e2 (patch)
treede0768c7ad325741b160e7bcad624d3d7f3a48ad /TurtleArt/taexportpython.py
parent5ebec1534aa4bb59a3ee3261ad44ea1c0c08bd26 (diff)
add Primitive for 'clear/ empty heap' block
- Use LogoCode's heap in the exported code.
Diffstat (limited to 'TurtleArt/taexportpython.py')
-rw-r--r--TurtleArt/taexportpython.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/TurtleArt/taexportpython.py b/TurtleArt/taexportpython.py
index 3f3a03e..19cf48e 100644
--- a/TurtleArt/taexportpython.py
+++ b/TurtleArt/taexportpython.py
@@ -50,7 +50,6 @@ tw = get_tw()
BOX = {}
ACTION = {}
-heap = []