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:08:03 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-04 17:08:03 (GMT)
commit5f7500626251e8bc20f85f9239182009bd06f8b2 (patch)
tree1d62f814fff4648ac6db5e86dd734c6c9615e368 /taconstants.py
parent93d8d0137c32baeeffb3bfaf20d622d9143b3541 (diff)
default turtle name -> 1
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 9bef59e..a1805bc 100644
--- a/taconstants.py
+++ b/taconstants.py
@@ -436,7 +436,7 @@ PRIMITIVES = {
#
DEFAULTS = {
- 'addturtle':['1'],
+ 'addturtle':[1],
'arc':[90,100],
'audio':[None],
'back':[100],