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-07-01 08:38:42 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-07-01 08:38:42 (GMT)
commit1968420db0f62bdbbdc9a7e04c8fef9094dd2527 (patch)
treec2ab19cd439fc3a31afa09a5a07a0910db2efc39 /TurtleArt/taturtle.py
parent8bc1ce4ec14ae7dfb21a750b4ff39d38e938a08c (diff)
fix broken lambda functions
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 030d58d..4432204 100644
--- a/TurtleArt/taturtle.py
+++ b/TurtleArt/taturtle.py
@@ -27,7 +27,6 @@ import cairo
from random import uniform
from math import sin, cos, pi, sqrt
-
from taconstants import (TURTLE_LAYER, DEFAULT_TURTLE_COLORS, DEFAULT_TURTLE,
COLORDICT)
from tasprite_factory import SVG, svg_str_to_pixbuf