aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_packageindex.py
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2012-10-10 09:39:21 +0100
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2012-10-10 09:39:21 +0100
commitac3ba239c54965e464e6047fd872f02ca1c0cb99 (patch)
tree34caf2b39ab801fe2cd7d6ce5280c75fe6f47ec5 /setuptools/tests/test_packageindex.py
parentfb8c7cf0abc9ce58b8a6f0621c0a9909fb9b8eff (diff)
downloadexternal_python_setuptools-ac3ba239c54965e464e6047fd872f02ca1c0cb99.tar.gz
external_python_setuptools-ac3ba239c54965e464e6047fd872f02ca1c0cb99.tar.bz2
external_python_setuptools-ac3ba239c54965e464e6047fd872f02ca1c0cb99.zip
Post-merge fixes for Python 3.
--HG-- branch : distribute extra : source : 6b9041dea7b9197f6ea1fb993d7a05dd4f7c580d
Diffstat (limited to 'setuptools/tests/test_packageindex.py')
-rw-r--r--setuptools/tests/test_packageindex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_packageindex.py b/setuptools/tests/test_packageindex.py
index d9e50224..b596d37f 100644
--- a/setuptools/tests/test_packageindex.py
+++ b/setuptools/tests/test_packageindex.py
@@ -3,7 +3,7 @@
import sys
import unittest
import pkg_resources
-from setuptools.compat import urllib2, httplib, HTTPError
+from setuptools.compat import urllib2, httplib, HTTPError, unicode
import distutils.errors
import setuptools.package_index
from setuptools.tests.server import IndexServer