aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_packageindex.py
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2011-06-21 08:11:40 +0100
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2011-06-21 08:11:40 +0100
commite65d621e1661512a4bcfb7d9a5320d3faa96aebe (patch)
tree4670ceebdcbdc773f851d6f117393abfb0cad588 /setuptools/tests/test_packageindex.py
parent58a658b26d1c95b31d02050dcccd648d2e4ce27b (diff)
downloadexternal_python_setuptools-e65d621e1661512a4bcfb7d9a5320d3faa96aebe.tar.gz
external_python_setuptools-e65d621e1661512a4bcfb7d9a5320d3faa96aebe.tar.bz2
external_python_setuptools-e65d621e1661512a4bcfb7d9a5320d3faa96aebe.zip
Fixed some bugs - tests now all pass under Python 3.3.
--HG-- branch : distribute extra : rebase_source : 3498bfdc0d4c15e4276673b52e924c461ca353f0
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 8c685c01..cabbb48c 100644
--- a/setuptools/tests/test_packageindex.py
+++ b/setuptools/tests/test_packageindex.py
@@ -6,7 +6,7 @@ import os, shutil, tempfile, unittest
import pkg_resources
from setuptools.compat import urllib2, httplib, HTTPError
import setuptools.package_index
-from tests.server import IndexServer
+from setuptools.tests.server import IndexServer
class TestPackageIndex(unittest.TestCase):