Commit 204bcd24 authored by Denis Bilenko's avatar Denis Bilenko

fix NameError in test_ssl.py

parent 36732be0
...@@ -1214,8 +1214,8 @@ def test_main(verbose=False): ...@@ -1214,8 +1214,8 @@ def test_main(verbose=False):
test_support.run_unittest(*tests) test_support.run_unittest(*tests)
if _have_threads: #if _have_threads:
test_support.threading_cleanup(*thread_info) # test_support.threading_cleanup(*thread_info)
if __name__ == "__main__": if __name__ == "__main__":
test_main() test_main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment