Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tapalette.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/tapalette.py
parentab11c18934d9f8f33e597cf7db0353859b63bef9 (diff)
Alan's pyflakes cleanup and new strategy for translating palette names
Diffstat (limited to 'TurtleArt/tapalette.py')
-rw-r--r--TurtleArt/tapalette.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/TurtleArt/tapalette.py b/TurtleArt/tapalette.py
index 6fd347a..9332155 100644
--- a/TurtleArt/tapalette.py
+++ b/TurtleArt/tapalette.py
@@ -90,7 +90,6 @@ except ImportError:
HELP_PALETTE = False
from taconstants import (EXPANDABLE_STYLE, EXPANDABLE_FLOW)
-from tautils import debug_output
from gettext import gettext as _
@@ -224,7 +223,7 @@ class Palette():
def make_palette(palette_name, colors=None, help_string=None, position=None,
- init_on_start=False):
+ init_on_start=False, translation=None):
""" Palette helper function """
if colors is None:
palette = Palette(palette_name)