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-31 21:17:08 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-31 21:17:08 (GMT)
commit643085fdce70b253c39a8664d62eb71bb58b92c0 (patch)
tree280e0a005048a14a8de66e6a23a09dce13233d48 /constants.py
parent12f18f20894c757046288d5acfd4b2fedb4c2661 (diff)
more cleanup
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 73b67f4..1566ecc 100644
--- a/constants.py
+++ b/constants.py
@@ -365,7 +365,7 @@ DEFAULTS = {
# Blocks that can interchange strings and numbers for their arguments
#
STRING_OR_NUMBER_ARGS = ['plus2', 'equal', 'less', 'greater',
- 'template1', 'template2', 'template3',
+ 'template1', 'template2', 'template7',
'template4', 'template6', 'list', 'nop',
'print', 'stack', 'hat']