Fix spurious test failure of test_socket_ssl when run in this order:
commit1488ae4fb3e86fd5f4556b5ff08aa5641a09f9ad
authorneal.norwitz <neal.norwitz@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 4 Mar 2006 23:13:41 +0000 (4 23:13 +0000)
committerneal.norwitz <neal.norwitz@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 4 Mar 2006 23:13:41 +0000 (4 23:13 +0000)
tree06998beba25d0c6b18787758dca640d036b2770e
parent7a1eeb9c7563e2aad3fdc460ecd8c121fae47336
Fix spurious test failure of test_socket_ssl when run in this order:
  test_codecmaps_tw test_importhooks test_socket_ssl

I don't completely understand the cause, but there's a lot of import magic
going on and this is the smallest change which fixes the problem.

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