From 773adee469b619084e3e6ba1401ecc429ff7db64 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sun, 25 Mar 2012 18:43:32 +0000 Subject: add print shape --- diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py index efdc1e8..6bbaf69 100644 --- a/TurtleArt/taconstants.py +++ b/TurtleArt/taconstants.py @@ -143,7 +143,7 @@ OVERLAY_SHAPES = ['Cartesian', 'Cartesian_labeled', 'polar', 'metric'] STATUS_SHAPES = ['status', 'info', 'nostack', 'dupstack', 'noinput', 'emptyheap', 'emptybox', 'nomedia', 'nocode', 'overflowerror', 'negroot', 'syntaxerror', 'nofile', 'nojournal', 'zerodivide', - 'notanumber', 'incompatible', 'help'] + 'notanumber', 'incompatible', 'help', 'print'] # # Emulate Sugar toolbar when running from outside of Sugar -- cgit v0.9.1