From a82ae2019b9cf13968c2189d6ac99270f2d639fd Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Wed, 16 Dec 2015 16:49:39 +0000 Subject: pep8 fixes --- alot/db/attachment.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'alot/db/attachment.py') 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): -- cgit v1.2.3