Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/util/helpbutton.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-05-22 18:17:54 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-05-22 18:17:54 (GMT)
commit237eae4e5ff586b9d3b87899520e2ba6bb71fb66 (patch)
treed1368767dea5cb4704990753560ef6a9f6e95454 /util/helpbutton.py
parent11333cef29df63b60f56f61d66fb569f2471bf35 (diff)
pep8 and pyflakes cleanup
Diffstat (limited to 'util/helpbutton.py')
-rw-r--r--util/helpbutton.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/helpbutton.py b/util/helpbutton.py
index 47a36cd..aff4fc5 100644
--- a/util/helpbutton.py
+++ b/util/helpbutton.py
@@ -25,9 +25,8 @@ import gtk
from sugar.graphics.toolbutton import ToolButton
from sugar.graphics.icon import Icon
-from sugar.graphics import style
-from TurtleArt.tapalette import palette_names, help_windows
+from TurtleArt.tapalette import help_windows
import logging
_logger = logging.getLogger('turtleart-activity')