From ad6e73556019662d827cf860dc4c14d3b74bb005 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 29 Jan 2010 14:46:01 +0000 Subject: fixed Python block problems --- (limited to 'constants.py') 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'} -- cgit v0.9.1