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/resources | |
parent | 8b61b34f1ed71c04afbeeb45f08a65d35a18423d (diff) |
moving custom to_unicode to pixelated.support
Diffstat (limited to 'service/pixelated/resources')
-rw-r--r-- | service/pixelated/resources/mails_resource.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/resources/mails_resource.py b/service/pixelated/resources/mails_resource.py index 8874fe16..38786e11 100644 --- a/service/pixelated/resources/mails_resource.py +++ b/service/pixelated/resources/mails_resource.py @@ -9,7 +9,7 @@ from twisted.internet import defer from twisted.python.log import err from leap.common import events -from pixelated.utils import to_unicode +from pixelated.support.functional import to_unicode class MailsUnreadResource(Resource): |