Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taturtle.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-11-26 09:55:02 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-11-26 09:55:02 (GMT)
commit770864358ab20d94288ad95ef7f8fb4d4ea7e062 (patch)
tree4a09cc001ab6934157e13ac5e644502d735ef473 /TurtleArt/taturtle.py
parent6675f1181529a6c893ee5c6f3244e73801f93f26 (diff)
resync with 194
Diffstat (limited to 'TurtleArt/taturtle.py')
-rw-r--r--TurtleArt/taturtle.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/TurtleArt/taturtle.py b/TurtleArt/taturtle.py
index c35125b..11336d7 100644
--- a/TurtleArt/taturtle.py
+++ b/TurtleArt/taturtle.py
@@ -653,7 +653,6 @@ class Turtle:
def draw_pixbuf(self, pixbuf, a, b, x, y, w, h, path, share=True):
''' Draw a pixbuf '''
-
self._turtles.turtle_window.canvas.draw_pixbuf(
pixbuf, a, b, x, y, w, h, self._heading)