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 'turtleblocks.py') 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. #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 -- cgit v0.9.1