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

Fix in import.

This commit is contained in:
Rafael Caricio 2012-09-13 13:22:19 -03:00 committed by Marcus Smith
parent 570f85f1bb
commit 0e423ddf77

View file

@ -1,8 +1,6 @@
import re
import sys
import textwrap
from doctest import OutputChecker, ELLIPSIS
from test_pip import pyversion, reset_env, run_pip, write_file
from tests.test_pip import pyversion, reset_env, run_pip, write_file
def test_list_command():