From ed2c58373f40e3a5b5f8266385c017977a0fa325 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Wed, 22 May 2013 17:05:16 +0000 Subject: pyflakes cleanup --- (limited to 'turtleblocks.py') diff --git a/turtleblocks.py b/turtleblocks.py index dee1112..7d5c092 100755 --- a/turtleblocks.py +++ b/turtleblocks.py @@ -30,7 +30,6 @@ import getopt import sys import os import os.path -import glob import cStringIO import errno import ConfigParser @@ -48,6 +47,7 @@ argv = sys.argv[:] # Workaround for import behavior of gst in tagplay sys.argv[1:] = [] # Execution of import gst cannot see '--help' or '-h' import gettext +from gettext import gettext as _ from TurtleArt.taconstants import (OVERLAY_LAYER, DEFAULT_TURTLE_COLORS, TAB_LAYER, SUFFIX) -- cgit v0.9.1