summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/mailstore/leap_mailstore.py
diff options
context:
space:
mode:
authormnandri <mnandri@eumnandri.fritz.box>2015-12-19 19:30:12 +0100
committermnandri <mnandri@eumnandri.fritz.box>2015-12-19 19:30:12 +0100
commit499d2b55e99fa2021166e38753e81df9d40dac1f (patch)
treee94fc346b1250d8cc9a3131f4c37e3af2e113d25 /service/pixelated/adapter/mailstore/leap_mailstore.py
parent8b61b34f1ed71c04afbeeb45f08a65d35a18423d (diff)
moving custom to_unicode to pixelated.support
Diffstat (limited to 'service/pixelated/adapter/mailstore/leap_mailstore.py')
-rw-r--r--service/pixelated/adapter/mailstore/leap_mailstore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/adapter/mailstore/leap_mailstore.py b/service/pixelated/adapter/mailstore/leap_mailstore.py
index 2660a208..5637e763 100644
--- a/service/pixelated/adapter/mailstore/leap_mailstore.py
+++ b/service/pixelated/adapter/mailstore/leap_mailstore.py
@@ -26,7 +26,7 @@ from pixelated.adapter.mailstore.mailstore import MailStore, underscore_uuid
from leap.mail.mail import Message
from pixelated.adapter.model.mail import Mail, InputMail
-from pixelated.utils import to_unicode
+from pixelated.support.functional import to_unicode
class AttachmentInfo(object):