summaryrefslogtreecommitdiff
path: root/alot/settings/const.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/settings/const.py')
-rw-r--r--alot/settings/const.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/alot/settings/const.py b/alot/settings/const.py
new file mode 100644
index 00000000..11137d1d
--- /dev/null
+++ b/alot/settings/const.py
@@ -0,0 +1,8 @@
+# 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()