summaryrefslogtreecommitdiff
path: root/alot/settings/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/settings/__init__.py')
-rw-r--r--alot/settings/__init__.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/alot/settings/__init__.py b/alot/settings/__init__.py
index 11137d1d..e69de29b 100644
--- a/alot/settings/__init__.py
+++ b/alot/settings/__init__.py
@@ -1,8 +0,0 @@
-# Copyright (C) 2011-2012 Patrick Totzke <patricktotzke@gmail.com>
-# This file is released under the GNU GPL, version 3 or a later revision.
-# For further details see the COPYING file
-from __future__ import absolute_import
-
-from .manager import SettingsManager
-
-settings = SettingsManager()