From 72042fc36f503894741ea4086bb89076b58542dc Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Mon, 09 Jul 2012 21:13:32 +0000 Subject: fix problem with nested while loops --- (limited to 'TurtleArt/tabasics.py') 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, -- cgit v0.9.1