diff options
author | nka11 <nka11@nka.com> | 2013-12-16 08:24:58 +0100 |
---|---|---|
committer | nka11 <nka11@nka.com> | 2013-12-16 08:24:58 +0100 |
commit | b1f68e455222dae82e28084d8c4544c1675ab97c (patch) | |
tree | d28edd0bcc16824807440c58fafa5af402bdba8b /hyperkitty/archiver.py | |
parent | b49044c9a1c49e94ac5d1ad4d8714ceaeee2e4f9 (diff) | |
download | hyperkitty-b1f68e455222dae82e28084d8c4544c1675ab97c.tar.gz hyperkitty-b1f68e455222dae82e28084d8c4544c1675ab97c.tar.xz hyperkitty-b1f68e455222dae82e28084d8c4544c1675ab97c.zip |
python3 unicode content for compliance of component with mailman3 requirements
Diffstat (limited to 'hyperkitty/archiver.py')
-rw-r--r-- | hyperkitty/archiver.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hyperkitty/archiver.py b/hyperkitty/archiver.py index 2732860..2cd606e 100644 --- a/hyperkitty/archiver.py +++ b/hyperkitty/archiver.py @@ -22,6 +22,7 @@ """ Class implementation of Mailman's IArchiver interface """ +from __future__ import absolute_import, unicode_literals import os import sys |