aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setuptools/tests/test_dist_info.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setuptools/tests/test_dist_info.py b/setuptools/tests/test_dist_info.py
index 094a97ea..f7e7d2bf 100644
--- a/setuptools/tests/test_dist_info.py
+++ b/setuptools/tests/test_dist_info.py
@@ -1,5 +1,8 @@
"""Test .dist-info style distributions.
"""
+
+from __future__ import unicode_literals
+
from setuptools.extern.six.moves import map
import pytest