diff options
Diffstat (limited to 'src/mailman/bin/arch.py')
| -rw-r--r-- | src/mailman/bin/arch.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/bin/arch.py b/src/mailman/bin/arch.py index a27fa8d7f..abf057c3f 100644 --- a/src/mailman/bin/arch.py +++ b/src/mailman/bin/arch.py @@ -15,6 +15,8 @@ # You should have received a copy of the GNU General Public License along with # GNU Mailman. If not, see <http://www.gnu.org/licenses/>. +from __future__ import absolute_import, unicode_literals + import os import sys import errno |
