summaryrefslogtreecommitdiff
path: root/alot/settings
diff options
context:
space:
mode:
Diffstat (limited to 'alot/settings')
-rw-r--r--alot/settings/const.py2
-rw-r--r--alot/settings/manager.py2
-rw-r--r--alot/settings/theme.py2
-rw-r--r--alot/settings/utils.py2
4 files changed, 0 insertions, 8 deletions
diff --git a/alot/settings/const.py b/alot/settings/const.py
index 11137d1d..b1449c29 100644
--- a/alot/settings/const.py
+++ b/alot/settings/const.py
@@ -1,8 +1,6 @@
# 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()
diff --git a/alot/settings/manager.py b/alot/settings/manager.py
index 81716cac..1e275aeb 100644
--- a/alot/settings/manager.py
+++ b/alot/settings/manager.py
@@ -1,8 +1,6 @@
# 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
-
import importlib.util
import itertools
import logging
diff --git a/alot/settings/theme.py b/alot/settings/theme.py
index d74cb0e7..e6d6eae8 100644
--- a/alot/settings/theme.py
+++ b/alot/settings/theme.py
@@ -1,8 +1,6 @@
# 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
-
import os
from ..utils import configobj as checks
diff --git a/alot/settings/utils.py b/alot/settings/utils.py
index 8d656b79..65942aff 100644
--- a/alot/settings/utils.py
+++ b/alot/settings/utils.py
@@ -1,8 +1,6 @@
# 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
-
import logging
from configobj import (ConfigObj, ConfigObjError, flatten_errors,