Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taconstants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-02-04 17:01:55 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-04 17:01:55 (GMT)
commit93d8d0137c32baeeffb3bfaf20d622d9143b3541 (patch)
tree0d8a598c18de95630b0a5a3f9085c49e6b25e65f /taconstants.py
parent0e8294575bddcde8e77f347f13033407142ef8f6 (diff)
multiturtle refactoring
Diffstat (limited to 'taconstants.py')
-rw-r--r--taconstants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taconstants.py b/taconstants.py
index a1805bc..9bef59e 100644
--- a/taconstants.py
+++ b/taconstants.py
@@ -436,7 +436,7 @@ PRIMITIVES = {
#
DEFAULTS = {
- 'addturtle':[1],
+ 'addturtle':['1'],
'arc':[90,100],
'audio':[None],
'back':[100],