summaryrefslogtreecommitdiff
path: root/alot/settings/theme.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-03-11 15:16:15 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-03-11 15:47:46 +0000
commit07e9fec4272f2bffabee541f161f88e7fcd082cc (patch)
treeeaf26d07f1c24c057a76acc62504d5f9cdf1fc8e /alot/settings/theme.py
parenta88cfb0651df5cc93ff9f65c249fcb639660570c (diff)
pep8 fixes
Diffstat (limited to 'alot/settings/theme.py')
-rw-r--r--alot/settings/theme.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/alot/settings/theme.py b/alot/settings/theme.py
index 30f9f52f..b894c1e1 100644
--- a/alot/settings/theme.py
+++ b/alot/settings/theme.py
@@ -68,5 +68,3 @@ class Theme(object):
:type colourmode: int
"""
return self.attributes[colourmode][mode][name]
-
-