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 'browser.py') diff --git a/browser.py b/browser.py index 7b0ec1d..8b0994b 100644 --- a/browser.py +++ b/browser.py @@ -218,7 +218,7 @@ class TabLabel(gtk.HBox): __gsignals__ = { 'tab-close': (gobject.SIGNAL_RUN_FIRST, gobject.TYPE_NONE, - ([object])) + ([object])), } def __init__(self, browser): @@ -263,8 +263,8 @@ class Browser(WebView): __gsignals__ = { 'is-setup': (gobject.SIGNAL_RUN_FIRST, - gobject.TYPE_NONE, - ([])) + gobject.TYPE_NONE, + ([])), } def __init__(self): @@ -295,7 +295,6 @@ class Browser(WebView): self.emit('is-setup') - def get_url_from_nsiuri(self, uri): """ get a nsIURI object and return a string with the url -- cgit v0.9.1