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 14:08:23 (GMT)
committer Walter Bender <walter.bender@gmail.com>2013-02-10 14:08:23 (GMT)
commitd7b874d3e4c3ab482c6d2b0e056ad605009952cc (patch)
tree65553b781b4526d9db975f91e88eb230e93f8f2b /turtleblocks.py
parentac171d7d7ba35f4349cb4acf0487621fd815a6ca (diff)
pyflake cleanup
Diffstat (limited to 'turtleblocks.py')
-rwxr-xr-xturtleblocks.py3
1 files changed, 2 insertions, 1 deletions
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()