Use shutil.rmtree rather than os.rmdir.
commitfb6a0c4a8903cc312d92dc4c85a84559339d7db7
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 6 Jan 2009 18:34:08 +0000 (6 18:34 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 6 Jan 2009 18:34:08 +0000 (6 18:34 +0000)
tree4dc8b41e68e645783c18d5ea16b107a2ede5d056
parent32e1e5e5c805bead41b025efc8b7f48806064c37
Use shutil.rmtree rather than os.rmdir.

git-svn-id: http://svn.python.org/projects/python/trunk@68361 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_import.py