We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_monitoring.py
1 parent 0f2f4c0 commit 7ccdbbdCopy full SHA for 7ccdbbd
Lib/test/test_monitoring.py
@@ -12,10 +12,10 @@
12
import unittest
13
14
import test.support
15
-from test.support import requires_specialization_ft, script_helper
+from test.support import import_helper, requires_specialization_ft, script_helper
16
17
-_testcapi = test.support.import_helper.import_module("_testcapi")
18
-_testinternalcapi = test.support.import_helper.import_module("_testinternalcapi")
+_testcapi = import_helper.import_module("_testcapi")
+_testinternalcapi = import_helper.import_module("_testinternalcapi")
19
20
PAIR = (0,1)
21
0 commit comments