From 03c8834772df75f5f5437c13ea108362d7b6156e Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 29 Aug 2017 02:05:33 -0400 Subject: [PATCH] Import collapse_rfc2231_value for the compatibility module. Signed-off-by: Roberto Rosario --- mayan/apps/sources/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/sources/models.py b/mayan/apps/sources/models.py index d8ce28ff5e..ccca3851ff 100644 --- a/mayan/apps/sources/models.py +++ b/mayan/apps/sources/models.py @@ -1,7 +1,6 @@ from __future__ import unicode_literals from email import message_from_string -from email.Utils import collapse_rfc2231_value from email.header import decode_header import imaplib import json @@ -28,6 +27,7 @@ from django.utils.translation import ugettext_lazy as _ from model_utils.managers import InheritanceManager +from common.compat import collapse_rfc2231_value from common.compressed_files import CompressedFile, NotACompressedFile from common.utils import TemporaryFile from converter.literals import DIMENSION_SEPARATOR