summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Meyer <carl@oddbird.net>2011-10-24 10:48:24 -0600
committerCarl Meyer <carl@oddbird.net>2011-10-24 10:48:24 -0600
commit07001c93100dc06d5130ea320af7a0d2ebb69c0b (patch)
tree613ea38aa474182df3227714361f69b4caaf0277
parent7f380b90e71f03f63ae267491e370681cebf3706 (diff)
downloadpip-07001c93100dc06d5130ea320af7a0d2ebb69c0b.tar.gz
Removed unused import.
-rw-r--r--tests/test_cleanup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_cleanup.py b/tests/test_cleanup.py
index 4f59e4f24..15a050833 100644
--- a/tests/test_cleanup.py
+++ b/tests/test_cleanup.py
@@ -1,8 +1,7 @@
import os
import textwrap
from os.path import abspath, exists, join
-from tests.test_pip import (here, reset_env, run_pip, write_file, mkdir,
- pyversion)
+from tests.test_pip import (here, reset_env, run_pip, write_file, mkdir)
from tests.local_repos import local_checkout
from tests.path import Path