From b285375dd227959df9e237965d9ac6b77618f88d Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sun, 10 Feb 2013 20:57:57 +0000 Subject: more code cleanup --- (limited to 'TurtleArt/tapalette.py') diff --git a/TurtleArt/tapalette.py b/TurtleArt/tapalette.py index cac6cfa..2d903e5 100644 --- a/TurtleArt/tapalette.py +++ b/TurtleArt/tapalette.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -#Copyright (c) 2011,12 Walter Bender +#Copyright (c) 2011-13 Walter Bender #Permission is hereby granted, free of charge, to any person obtaining a copy #of this software and associated documentation files (the "Software"), to deal @@ -81,14 +81,14 @@ import gtk try: from sugar.graphics import style - from util.helpbutton import add_section, add_paragraph + from util.helpbutton import (add_section, add_paragraph) GRID_CELL_SIZE = style.GRID_CELL_SIZE HELP_PALETTE = True except ImportError: GRID_CELL_SIZE = 55 HELP_PALETTE = False -from taconstants import EXPANDABLE_STYLE, EXPANDABLE_FLOW +from taconstants import (EXPANDABLE_STYLE, EXPANDABLE_FLOW) from tautils import debug_output from gettext import gettext as _ -- cgit v0.9.1