summaryrefslogtreecommitdiff
path: root/alot/db/attachment.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2015-12-16 16:49:39 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2015-12-16 16:49:39 +0000
commita82ae2019b9cf13968c2189d6ac99270f2d639fd (patch)
treed184e86e9b6f74d178f526d6b184017d186999cf /alot/db/attachment.py
parent539c5e7d46d2492a89a1b4f93a6e3b5e08a47db7 (diff)
pep8 fixes
Diffstat (limited to 'alot/db/attachment.py')
-rw-r--r--alot/db/attachment.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/alot/db/attachment.py b/alot/db/attachment.py
index 5c958e0b..85358037 100644
--- a/alot/db/attachment.py
+++ b/alot/db/attachment.py
@@ -6,12 +6,13 @@ import tempfile
import email.charset as charset
from email.header import Header
from copy import deepcopy
-charset.add_charset('utf-8', charset.QP, charset.QP, 'utf-8')
import alot.helper as helper
from alot.helper import string_decode
from alot.db.utils import decode_header
+charset.add_charset('utf-8', charset.QP, charset.QP, 'utf-8')
+
class Attachment(object):