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-01-29 14:46:01 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-29 14:46:01 (GMT)
commitad6e73556019662d827cf860dc4c14d3b74bb005 (patch)
tree829e212c9692f529a3e55057dd42b1317a2ddcf5 /constants.py
parente322350dcd6b7c7ffa8e665f0587b87148310b38 (diff)
fixed Python block problems
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index 777450e..543b1e3 100644
--- a/constants.py
+++ b/constants.py
@@ -188,7 +188,7 @@ PRIMITIVES = {'clean':'clean', 'forward':'forward', 'back':'back', 'arc':'arc',
'bottompos':'bottompos', 'width':'hres', 'height':'vres',
'hideblocks':'hideblocks', 'push':'push', 'pop':'pop',
'keyboard':'keyboard', 'kbinput':'kbinput', 'myfunc':'myfunc',
- 'nop':'nop', 'printheap':'printheap', 'clearheap':'clearheap',
+ 'nop':'userdefined', 'printheap':'printheap', 'clearheap':'clearheap',
'red':'red', 'orange':'orange', 'yellow':'yellow',
'green':'green', 'cyan':'cyan', 'blue':'blue',
'purple':'purple'}