Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-02-01 18:28:56 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-01 18:28:56 (GMT)
commit24458456ef09bf7b90436947cd2dbba2b9f6437e (patch)
treea6f2e0681da8af3b9bc2c5592df4146236bcbf2d /constants.py
parent6dd1fe470dace49dab35835888664942376f8424 (diff)
move primitives into a dictionary
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/constants.py b/constants.py
index e57968f..632f1ad 100644
--- a/constants.py
+++ b/constants.py
@@ -231,7 +231,7 @@ PRIMITIVES = {
'arc':'arc',
'back':'back',
'blue':'blue',
- 'bottompos':'bottompos',
+ 'bottompos':'bpos',
'box1':'box1',
'box2':'box2',
'box':'box',
@@ -259,7 +259,7 @@ PRIMITIVES = {
'kbinput':'kbinput',
'keyboard':'keyboard',
'left':'left',
- 'leftpos':'leftpos',
+ 'leftpos':'lpos',
'less':'less?',
'list':'bullet',
'minus2':'minus',
@@ -282,7 +282,7 @@ PRIMITIVES = {
'red':'red',
'remainder2':'mod',
'repeat':'repeat',
- 'rightpos':'rightpos',
+ 'rightpos':'rpos',
'right':'right',
'scale':'scale',
'setcolor':'setcolor',
@@ -308,7 +308,7 @@ PRIMITIVES = {
'template2x1':'t2x1',
'template2x2':'t2x2',
'textsize':'textsize',
- 'toppos':'toppos',
+ 'toppos':'tpos',
'turtle':'turtle',
'vspace':'nop',
'wait':'wait',