aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-11-07 04:08:49 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-11-07 04:08:49 -0500
commitd580f089b95b58a9a414faa8ed35419e71c995e1 (patch)
tree62dd5ec9a3e7c6a321526d6ae5fd86dfcac4c4df
parent3caf0231808268654570492a0623e72b22988243 (diff)
downloadexternal_python_setuptools-d580f089b95b58a9a414faa8ed35419e71c995e1.tar.gz
external_python_setuptools-d580f089b95b58a9a414faa8ed35419e71c995e1.tar.bz2
external_python_setuptools-d580f089b95b58a9a414faa8ed35419e71c995e1.zip
Use unicode literals for Python 2.7 compatibility
-rw-r--r--setuptools/tests/test_develop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_develop.py b/setuptools/tests/test_develop.py
index d6c24219..fb8e0e3f 100644
--- a/setuptools/tests/test_develop.py
+++ b/setuptools/tests/test_develop.py
@@ -1,7 +1,7 @@
"""develop tests
"""
-from __future__ import absolute_import
+from __future__ import absolute_import, unicode_literals
import os
import site