Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taexportlogo.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 /TurtleArt/taexportlogo.py
parent1d04f39a895bd7ef625d7c8f5645da33a6f78f41 (diff)
more code cleanup
Diffstat (limited to 'TurtleArt/taexportlogo.py')
-rw-r--r--TurtleArt/taexportlogo.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/TurtleArt/taexportlogo.py b/TurtleArt/taexportlogo.py
index 7fea030..7d7d1cb 100644
--- a/TurtleArt/taexportlogo.py
+++ b/TurtleArt/taexportlogo.py
@@ -1,4 +1,4 @@
-#Copyright (c) 2008-11, Walter Bender
+#Copyright (c) 2008-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
@@ -24,8 +24,9 @@ try:
except:
HAS_DATASTORE = False
-from TurtleArt.tapalette import logo_commands, logo_functions
-from TurtleArt.taconstants import TITLEXY, CONSTANTS
+from TurtleArt.tapalette import (logo_commands, logo_functions)
+from TurtleArt.taconstants import (TITLEXY, CONSTANTS)
+
def save_logo(tw):
""" Set up the Turtle Art color palette and color processing. """