From 14da529ec77941a93ed3066ed02a10113ffe31d5 Mon Sep 17 00:00:00 2001 From: Sascha Silbe Date: Sat, 21 May 2011 12:12:10 +0000 Subject: fix PEP8 whitespace issues Signed-off-by: Sascha Silbe --- (limited to 'sessionhistory.py') diff --git a/sessionhistory.py b/sessionhistory.py index 2211551..8a5aef0 100644 --- a/sessionhistory.py +++ b/sessionhistory.py @@ -29,7 +29,7 @@ class HistoryListener(gobject.GObject): gobject.TYPE_NONE, ([int])), 'session-link-changed': (gobject.SIGNAL_RUN_FIRST, gobject.TYPE_NONE, - ([str])) + ([str])), } def __init__(self): -- cgit v0.9.1