Commit b2d5b933 authored by Jason R. Coombs's avatar Jason R. Coombs

Remove unused imports

parent 4f9b5072
...@@ -4,7 +4,7 @@ import sys ...@@ -4,7 +4,7 @@ import sys
import os import os
import unittest import unittest
import pkg_resources import pkg_resources
from setuptools.compat import urllib2, httplib, HTTPError, unicode, pathname2url from setuptools.compat import httplib, HTTPError, unicode, pathname2url
import distutils.errors import distutils.errors
import setuptools.package_index import setuptools.package_index
from setuptools.tests.server import IndexServer from setuptools.tests.server import IndexServer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment