From d3c1880a60ddd8ded397d92cddf310a948b97fdc Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sat, 16 Mar 2013 17:39:56 +0000 Subject: pep8/pyflakes fixes --- alot/settings/theme.py | 1 + 1 file changed, 1 insertion(+) (limited to 'alot/settings/theme.py') diff --git a/alot/settings/theme.py b/alot/settings/theme.py index 0edf09e2..308ec660 100644 --- a/alot/settings/theme.py +++ b/alot/settings/theme.py @@ -13,6 +13,7 @@ from errors import ConfigError DEFAULTSPATH = os.path.join(os.path.dirname(__file__), '..', 'defaults') DUMMYDEFAULT = ('default',) * 6 + class Theme(object): """Colour theme""" def __init__(self, path): -- cgit v1.2.3