Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/util/configfile.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-05-22 18:17:54 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-05-22 18:17:54 (GMT)
commit237eae4e5ff586b9d3b87899520e2ba6bb71fb66 (patch)
treed1368767dea5cb4704990753560ef6a9f6e95454 /util/configfile.py
parent11333cef29df63b60f56f61d66fb569f2471bf35 (diff)
pep8 and pyflakes cleanup
Diffstat (limited to 'util/configfile.py')
-rw-r--r--util/configfile.py4
1 files changed, 2 insertions, 2 deletions
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)