From bf73fce4c2eb8b973aa10dfee1f91aadff4bf367 Mon Sep 17 00:00:00 2001 From: Sascha Silbe Date: Wed, 16 Jun 2010 17:58:25 +0000 Subject: add/remove some empty lines according to PEP8 --- (limited to 'linkbutton.py') diff --git a/linkbutton.py b/linkbutton.py index 76101b6..3247c7b 100644 --- a/linkbutton.py +++ b/linkbutton.py @@ -34,6 +34,7 @@ class LinkButton(TrayButton, gobject.GObject): 'remove_link': (gobject.SIGNAL_RUN_FIRST, gobject.TYPE_NONE, ([str])) } + def __init__(self, url, buf, color, title, owner, index, hash): TrayButton.__init__(self) self.set_image(buf, color.split(',')[1], color.split(',')[0]) -- cgit v0.9.1