Add missing rmtree import in test_uninstall.

This commit is contained in:
Carl Meyer 2011-03-20 11:52:54 -04:00
parent a6181add40
commit 7f93eb5246
1 changed files with 1 additions and 1 deletions

View File

@ -1,11 +1,11 @@
import textwrap
import sys
import shutil
from os.path import join
from tempfile import mkdtemp
from tests.test_pip import reset_env, run_pip, assert_all_changes, write_file
from tests.local_repos import local_repo, local_checkout
from pip.util import rmtree
def test_simple_uninstall():
"""