Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/turtleblocks.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2013-02-10 20:57:57 (GMT)
committer Walter Bender <walter.bender@gmail.com>2013-02-10 20:57:57 (GMT)
commitb285375dd227959df9e237965d9ac6b77618f88d (patch)
tree42f9b9382ad4768384334f2eb37266c7b920b65e /turtleblocks.py
parent1d04f39a895bd7ef625d7c8f5645da33a6f78f41 (diff)
more code cleanup
Diffstat (limited to 'turtleblocks.py')
-rwxr-xr-xturtleblocks.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/turtleblocks.py b/turtleblocks.py
index 19da326..4fe4800 100755
--- a/turtleblocks.py
+++ b/turtleblocks.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#Copyright (c) 2007-8, Playful Invention Company
-#Copyright (c) 2008-12, Walter Bender
+#Copyright (c) 2008-13, Walter Bender
#Copyright (c) 2011 Collabora Ltd. <http://www.collabora.co.uk/>
#Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -47,9 +47,9 @@ sys.argv[1:] = [] # Execution of import gst cannot see '--help' or '-h'
import gettext
-from TurtleArt.taconstants import OVERLAY_LAYER, DEFAULT_TURTLE_COLORS, \
- TAB_LAYER, SUFFIX
-from TurtleArt.tautils import data_to_string, data_from_string, get_save_name
+from TurtleArt.taconstants import (OVERLAY_LAYER, DEFAULT_TURTLE_COLORS,
+ TAB_LAYER, SUFFIX)
+from TurtleArt.tautils import (data_to_string, data_from_string, get_save_name)
from TurtleArt.tawindow import TurtleArtWindow
from TurtleArt.taexportlogo import save_logo