summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-08-17 19:12:29 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-08-17 19:12:29 +0100
commitf0cd4134ce038a41e189b5ccc9e1c039f070aa4e (patch)
tree47bb586c2c92e6b8af7874e264443e4d8a4521fa /alot
parent2a8f34cfb9e5815ab0b57f64d6a6616da4edeefb (diff)
pep8 line spaces
Diffstat (limited to 'alot')
-rw-r--r--alot/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/alot/settings.py b/alot/settings.py
index b373016c..dd399fcd 100644
--- a/alot/settings.py
+++ b/alot/settings.py
@@ -304,6 +304,7 @@ class DefaultsConfigParser(SafeConfigParser):
value = self.get(section, option, **kwargs)
return [s.strip() for s in value.split(',')]
+
class AlotConfigParser(DefaultsConfigParser):
def __init__(self, defaults):
DefaultsConfigParser.__init__(self, defaults)