Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/linkbutton.py
diff options
context:
space:
mode:
authorSascha Silbe <sascha-pgp@silbe.org>2010-06-16 17:58:25 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2010-06-16 17:58:25 (GMT)
commitbf73fce4c2eb8b973aa10dfee1f91aadff4bf367 (patch)
treea31cf85fd6cc7d6aada27ee49c22fcbc73405803 /linkbutton.py
parent09cc6048656b29eebec3b0502fa342dd516b4281 (diff)
add/remove some empty lines according to PEP8
Diffstat (limited to 'linkbutton.py')
-rw-r--r--linkbutton.py1
1 files changed, 1 insertions, 0 deletions
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])