From b1f68e455222dae82e28084d8c4544c1675ab97c Mon Sep 17 00:00:00 2001 From: nka11 Date: Mon, 16 Dec 2013 08:24:58 +0100 Subject: python3 unicode content for compliance of component with mailman3 requirements --- hyperkitty/archiver.py | 1 + 1 file changed, 1 insertion(+) (limited to 'hyperkitty/archiver.py') 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 -- cgit