Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tabasics.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-07-09 21:13:32 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-07-09 21:13:32 (GMT)
commit72042fc36f503894741ea4086bb89076b58542dc (patch)
tree815578c96a569af52228af5376bfd3c54ca4093a /TurtleArt/tabasics.py
parentc288a269deee737c34e8b2415da17a75fda82349 (diff)
fix problem with nested while loops
Diffstat (limited to 'TurtleArt/tabasics.py')
-rw-r--r--TurtleArt/tabasics.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/TurtleArt/tabasics.py b/TurtleArt/tabasics.py
index 06b8d1c..56a2fd1 100644
--- a/TurtleArt/tabasics.py
+++ b/TurtleArt/tabasics.py
@@ -785,6 +785,7 @@ boolean operators from Numbers palette'))
help_string=_('if-then-else operator that uses \
boolean operators from Numbers palette'))
+ # Deprecated
palette.add_block('hspace',
style='flow-style-tail',
hidden=True,