From 237eae4e5ff586b9d3b87899520e2ba6bb71fb66 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Wed, 22 May 2013 18:17:54 +0000 Subject: pep8 and pyflakes cleanup --- (limited to 'util/configfile.py') diff --git a/util/configfile.py b/util/configfile.py index adabb34..dead00a 100644 --- a/util/configfile.py +++ b/util/configfile.py @@ -26,8 +26,8 @@ class ConfigFile(gobject.GObject): 'configuration-loaded': (gobject.SIGNAL_RUN_FIRST, gobject.TYPE_NONE, ()), 'configuration-saved': (gobject.SIGNAL_RUN_FIRST, gobject.TYPE_NONE, - ()), - } + ()), + } def __init__(self, config_file_path, valid_keys={}): gobject.GObject.__init__(self) -- cgit v0.9.1