From d7b874d3e4c3ab482c6d2b0e056ad605009952cc Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sun, 10 Feb 2013 14:08:23 +0000 Subject: pyflake cleanup --- (limited to 'turtleblocks.py') diff --git a/turtleblocks.py b/turtleblocks.py index 8a683d0..19da326 100755 --- a/turtleblocks.py +++ b/turtleblocks.py @@ -621,7 +621,8 @@ class TurtleMain(): about.set_version(self.version) about.set_comments(_(self.summary)) about.set_website(self.website) - about.set_logo(gtk.gdk.pixbuf_new_from_file('activity/' + self.icon_name + '.svg')) + about.set_logo(gtk.gdk.pixbuf_new_from_file( + 'activity/' + self.icon_name + '.svg')) about.run() about.destroy() -- cgit v0.9.1