Remove the regrtest check that turns any ImportError into a skipped test.
commit2d5525afec0a891fe6fa787a1264aa94bf89d8ac
authorr.david.murray <r.david.murray@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 31 Mar 2009 19:49:15 +0000 (31 19:49 +0000)
committerr.david.murray <r.david.murray@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 31 Mar 2009 19:49:15 +0000 (31 19:49 +0000)
tree0a5956ba30682dd9b1c1a9b00f720eeaaaff37fd
parentf0d20829450ff403bed25d0055a2b3a62bd033b5
Remove the regrtest check that turns any ImportError into a skipped test.
Hopefully all modules whose imports legitimately result in a skipped
test have been properly wrapped by the previous commits.

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