Issue #7732: Try to fix the a failing test on Windows
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 14 Nov 2011 19:50:36 +0000 (20:50 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 14 Nov 2011 19:50:36 +0000 (20:50 +0100)
commit16ed86831bc44cc54abf6af634b6e9be91d8a3b3
treeea6f1e1421b42b9e5df161455e5de28277081d5c
parent0f1571ce7fb7da0e2ad75f941b29f2d19717e012
Issue #7732: Try to fix the a failing test on Windows

It doesn't matter if imp.find_module() fails with ImportError or IOError, but
it should not crash.
Lib/test/test_import.py