Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-01-21 01:56:45 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-21 01:56:45 (GMT)
commit64ff07dbdd8c7b90055d026944f412ab99dc00e0 (patch)
treeceba96f00c98f2d19f0e02abd2195b94e45edb2d /tawindow.py
parenta9e9ea6d6e51832e8a71b981267366a6f42f5fe7 (diff)
load newstyle blocks on restore
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tawindow.py b/tawindow.py
index fb84dd9..5da2cf8 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -142,8 +142,6 @@ class TurtleArtWindow():
self.polar = False
self.spr = None # "currently selected spr"
-
-
"""
DEPRECATED
"""
@@ -968,7 +966,7 @@ class TurtleArtWindow():
if block2.connections[dock2n] != None:
return (100,100)
except IndexError:
- print "Indec Error %s %s" % (str(dock1n),str(dock2n))
+ print "Index Error %s %s" % (str(dock1n),str(dock2n))
if block1==block2: return (100,100)
if d1type!=d2type:
# some blocks can take strings or nums