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>2011-11-03 17:26:33 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-11-03 17:26:33 (GMT)
commit0150810a02f562d12c2f1d2897fe83f764157a12 (patch)
treecb89fbc539434905538ebbe5011c6eb6399fe707 /TurtleArt/tautils.py
parentae39e44cc5f5e8336339834839c85c40a8dc94cc (diff)
remove vestigaes of canvas as sprite
Diffstat (limited to 'TurtleArt/tautils.py')
-rw-r--r--TurtleArt/tautils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/TurtleArt/tautils.py b/TurtleArt/tautils.py
index 93886be..2d1ac5f 100644
--- a/TurtleArt/tautils.py
+++ b/TurtleArt/tautils.py
@@ -40,8 +40,8 @@ except (ImportError, AttributeError):
OLD_SUGAR_SYSTEM = True
from StringIO import StringIO
-from taconstants import HIDE_LAYER, COLLAPSIBLE, BLOCK_LAYER, HIT_HIDE, \
- HIT_SHOW, XO1, XO15, XO175, UNKNOWN
+from taconstants import COLLAPSIBLE, HIT_HIDE, HIT_SHOW, XO1, XO15, XO175, \
+ UNKNOWN
import logging
_logger = logging.getLogger('turtleart-activity')