diff options
Diffstat (limited to 'Lib/test/test_faulthandler.py')
-rw-r--r-- | Lib/test/test_faulthandler.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_faulthandler.py b/Lib/test/test_faulthandler.py index 5283596ceb..700b7ad6b8 100644 --- a/Lib/test/test_faulthandler.py +++ b/Lib/test/test_faulthandler.py @@ -9,6 +9,7 @@ import sysconfig from test import support from test.support import script_helper, is_android import tempfile +import threading import unittest from textwrap import dedent |