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 'webtoolbar.py') diff --git a/webtoolbar.py b/webtoolbar.py index a5e2c6e..1ae8cd9 100644 --- a/webtoolbar.py +++ b/webtoolbar.py @@ -37,6 +37,7 @@ import places _MAX_HISTORY_ENTRIES = 15 + class WebEntry(AddressEntry): _COL_ADDRESS = 0 _COL_TITLE = 1 @@ -216,6 +217,7 @@ class WebEntry(AddressEntry): else: self._search_popup() + class PrimaryToolbar(ToolbarBox): __gtype_name__ = 'PrimaryToolbar' @@ -228,7 +230,7 @@ class PrimaryToolbar(ToolbarBox): ([])), 'go-home': (gobject.SIGNAL_RUN_FIRST, gobject.TYPE_NONE, - ([])) + ([])), } def __init__(self, tabbed_view, act, disable_multiple_tabs): -- cgit v0.9.1