Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-07-25 20:26:55 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-07-25 20:26:55 (GMT)
commit6cd74547b67c97ea22ff2a8a4f391c05e9fda2d0 (patch)
tree7fe395002ab55b7a96e4ab9cd90999f091da88f3
parent26d0228c2359fe474eca4e6e9c6f4d1ca1806f36 (diff)
don't clone storein blocks
-rw-r--r--TurtleArt/tablock.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/TurtleArt/tablock.py b/TurtleArt/tablock.py
index dd19d68..53c3e5c 100644
--- a/TurtleArt/tablock.py
+++ b/TurtleArt/tablock.py
@@ -244,7 +244,9 @@ class Block:
return False
if self.name in block_styles['box-style']:
return False
- if self.name in ['box', 'sandwichtop', 'sandwichtop_no_label']:
+ if self.name in ['storein', 'box',
+ # Deprecated blocks
+ 'sandwichtop', 'sandwichtop_no_label']:
return False
return True