Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/palettes.py
diff options
context:
space:
mode:
authorSascha Silbe <silbe@activitycentral.com>2011-05-21 12:12:10 (GMT)
committer Sascha Silbe <silbe@activitycentral.com>2011-05-21 12:24:25 (GMT)
commit14da529ec77941a93ed3066ed02a10113ffe31d5 (patch)
tree8e9e741410c0d0d3a08296143a1f40f5ac2a7bbd /palettes.py
parent7964449b0be7f941a533013b558a404db7873398 (diff)
fix PEP8 whitespace issues
Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
Diffstat (limited to 'palettes.py')
-rw-r--r--palettes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/palettes.py b/palettes.py
index 0d4023a..9695db1 100644
--- a/palettes.py
+++ b/palettes.py
@@ -41,7 +41,7 @@ class MouseOutListener(gobject.GObject):
__gsignals__ = {
'mouse-out': (gobject.SIGNAL_RUN_FIRST,
gobject.TYPE_NONE,
- ([]))
+ ([])),
}
def __init__(self, target):
@@ -247,7 +247,7 @@ class ImagePalette(Palette):
cls = components.classes[ \
'@mozilla.org/embedding/browser/nsWebBrowserPersist;1']
persist = cls.createInstance(interfaces.nsIWebBrowserPersist)
- persist.persistFlags = 1 # PERSIST_FLAGS_FROM_CACHE
+ persist.persistFlags = 1 # PERSIST_FLAGS_FROM_CACHE
listener = xpcom.server.WrapObject(_ImageProgressListener(temp_file),
interfaces.nsIWebProgressListener)
persist.progressListener = listener