summaryrefslogtreecommitdiff
path: root/alot/settings
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-07-27 16:49:57 -0700
committerDylan Baker <dylan@pnwbakers.com>2017-08-16 10:11:03 -0700
commitc035ec89603fefc436abd935bb768d581a269188 (patch)
tree6a287f41fc6a29ac5c77fee83479517c46657e2f /alot/settings
parent33fb2b66ec1fcb22114fd7a424f42eb081f0eae6 (diff)
settings/manager: remove duplicate _config from constructor
SettingsManager sets it's _config attribute to the exact same value twice in the constructor. This is wrong.
Diffstat (limited to 'alot/settings')
-rw-r--r--alot/settings/manager.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/settings/manager.py b/alot/settings/manager.py
index 796f98a5..0d926ae4 100644
--- a/alot/settings/manager.py
+++ b/alot/settings/manager.py
@@ -40,7 +40,6 @@ class SettingsManager(object):
assert notmuch_rc is None or (isinstance(notmuch_rc, basestring) and os.path.exists(notmuch_rc))
self.hooks = None
self._mailcaps = mailcap.getcaps()
- self._config = ConfigObj()
self._notmuchconfig = None
self._theme = None
self._accounts = None