diff options
author | mnandri <mnandri@eumnandri.fritz.box> | 2015-12-19 19:30:12 +0100 |
---|---|---|
committer | mnandri <mnandri@eumnandri.fritz.box> | 2015-12-19 19:30:12 +0100 |
commit | 499d2b55e99fa2021166e38753e81df9d40dac1f (patch) | |
tree | e94fc346b1250d8cc9a3131f4c37e3af2e113d25 /service/pixelated/adapter/mailstore | |
parent | 8b61b34f1ed71c04afbeeb45f08a65d35a18423d (diff) |
moving custom to_unicode to pixelated.support
Diffstat (limited to 'service/pixelated/adapter/mailstore')
-rw-r--r-- | service/pixelated/adapter/mailstore/leap_mailstore.py | 2 |
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): |