Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tatype.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-11-06 13:53:42 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-11-06 13:53:42 (GMT)
commitd4f44b1e52be6bce700c76a893fcee0f6f610b63 (patch)
tree14f748ffa1c3947bb1c871bab56b8bbd015ca28a /TurtleArt/tatype.py
parentab11c18934d9f8f33e597cf7db0353859b63bef9 (diff)
Alan's pyflakes cleanup and new strategy for translating palette names
Diffstat (limited to 'TurtleArt/tatype.py')
-rw-r--r--TurtleArt/tatype.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/TurtleArt/tatype.py b/TurtleArt/tatype.py
index 359b5fc..3ca47b9 100644
--- a/TurtleArt/tatype.py
+++ b/TurtleArt/tatype.py
@@ -24,7 +24,6 @@ import ast
from tablock import Media
from taconstants import (Color, CONSTANTS)
-from tautils import debug_output
class Type(object):