aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_easy_install.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-04-08 00:11:57 +0000
committerJason R. Coombs <jaraco@jaraco.com>2012-04-08 00:11:57 +0000
commitad62e5caa3126d490127e486c92850afe36382a0 (patch)
tree35859736fdafc3331fcc52fea81d356a6a4e0722 /setuptools/tests/test_easy_install.py
parent4de50ce1877161a6a5ea332c40bcbfafa5dc2994 (diff)
downloadexternal_python_setuptools-ad62e5caa3126d490127e486c92850afe36382a0.tar.gz
external_python_setuptools-ad62e5caa3126d490127e486c92850afe36382a0.tar.bz2
external_python_setuptools-ad62e5caa3126d490127e486c92850afe36382a0.zip
Removed unused import
--HG-- branch : distribute extra : rebase_source : 4bad5e1f1f1e377a8cb5ade411a8ad572f85abb6
Diffstat (limited to 'setuptools/tests/test_easy_install.py')
-rw-r--r--setuptools/tests/test_easy_install.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py
index 5cf136df..9cf3441d 100644
--- a/setuptools/tests/test_easy_install.py
+++ b/setuptools/tests/test_easy_install.py
@@ -6,7 +6,6 @@ import shutil
import tempfile
import unittest
import site
-import contextlib
import textwrap
import tarfile
import urlparse