Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-01-23 15:14:28 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-23 15:14:28 (GMT)
commit0acf47e34e80ed244f67960aeca8c709e9cd3094 (patch)
tree29eb4c6bf69417d30f02aeaa77069a9e60977161
parentc48caf275d45dd42d6de02db9dd1db499f681964 (diff)
added arc
-rw-r--r--constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index f6c62c8..8f8b5ab 100644
--- a/constants.py
+++ b/constants.py
@@ -125,7 +125,7 @@ BLOCK_NAMES = {'clean':_('clean'), 'forward':_('forward'), 'back':_('back'),
# Logo primitives
#
-PRIMITIVES = {'clean':'clean', 'forward':'forward', 'back':'back',
+PRIMITIVES = {'clean':'clean', 'forward':'forward', 'back':'back', 'arc':'arc',
'left':'left', 'right':'right', 'set heading':'seth', 'scale':'scale',
'show':'show', 'set scale':'setscale', 'xcor':'xcor', 'set xy':'setxy',
'ycor':'ycor', 'heading':'heading', 'pen up':'penup',