Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tautils.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2013-02-10 14:08:23 (GMT)
committer Walter Bender <walter.bender@gmail.com>2013-02-10 14:08:23 (GMT)
commitd7b874d3e4c3ab482c6d2b0e056ad605009952cc (patch)
tree65553b781b4526d9db975f91e88eb230e93f8f2b /TurtleArt/tautils.py
parentac171d7d7ba35f4349cb4acf0487621fd815a6ca (diff)
pyflake cleanup
Diffstat (limited to 'TurtleArt/tautils.py')
-rw-r--r--TurtleArt/tautils.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/TurtleArt/tautils.py b/TurtleArt/tautils.py
index 30bf986..a8e372c 100644
--- a/TurtleArt/tautils.py
+++ b/TurtleArt/tautils.py
@@ -25,7 +25,6 @@ import pickle
import subprocess
import os
import string
-from string import find
from gettext import gettext as _
try:
@@ -43,7 +42,7 @@ except (ImportError, AttributeError):
OLD_SUGAR_SYSTEM = True
from StringIO import StringIO
-from taconstants import (HIT_HIDE, HIT_SHOW, XO1, XO15, XO175, XO30, XO4,
+from taconstants import (HIT_HIDE, HIT_SHOW, XO1, XO15, XO175, XO4,
UNKNOWN, MAGICNUMBER, SUFFIX)
import logging