Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
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']
"""