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-22 21:43:19 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-22 21:43:19 (GMT)
commite97b50e05bfe1523091f004bee804b16308fff6f (patch)
treedc9c0ddc607adbb8c6b8f4a207a778b46886a243 /tawindow.py
parentc01c7ac9240ec102d94d4e52f7b53cdfbb5c1c25 (diff)
adding more block types
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tawindow.py b/tawindow.py
index 08a4351..b3dc5d5 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -873,10 +873,10 @@ class TurtleArtWindow():
gobject.idle_add(doevalstep, self.lc)
"""
- # phased out
filter out blocks
"""
def _blocks(self):
+ print ">>>>>>>>>>>>>>>>>>> DEPRCIATED: _blocks()"
return [spr for spr in self.sprite_list.list if spr.type == 'block']
"""