1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Removed unneeded import

This commit is contained in:
Jannis Leidel 2009-07-01 01:13:51 +02:00
parent 02944629b3
commit 25ab228fce

1
pip.py
View file

@ -33,7 +33,6 @@ import httplib
import time
import logging
import ConfigParser
from distutils import archive_util
class InstallationError(Exception):
"""General exception during installation"""