From 666aab1a3fcd5f33659f67540d23b96fa8fa2f98 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 10 Feb 2021 14:10:42 +0100 Subject: Cosmetics, clean up imports --- alot/settings/theme.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'alot/settings/theme.py') diff --git a/alot/settings/theme.py b/alot/settings/theme.py index df34cba9..0eda72f2 100644 --- a/alot/settings/theme.py +++ b/alot/settings/theme.py @@ -1,11 +1,13 @@ # Copyright (C) 2011-2012 Patrick Totzke # This file is released under the GNU GPL, version 3 or a later revision. # For further details see the COPYING file + import os -from ..utils import configobj as checks -from .utils import read_config from .errors import ConfigError +from .utils import read_config + +from ..utils import configobj as checks DEFAULTSPATH = os.path.join(os.path.dirname(__file__), '..', 'defaults') DUMMYDEFAULT = ('default',) * 6 -- cgit v1.2.3