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_inspect
1 parent 991710a commit c4a22adCopy full SHA for c4a22ad
Lib/test/test_inspect/test_inspect.py
@@ -33,11 +33,11 @@
33
from test.support.script_helper import assert_python_ok, assert_python_failure
34
from test import support
35
36
-from . import inspect_fodder as mod
37
-from . import inspect_fodder2 as mod2
38
-from . import inspect_stock_annotations
39
-from . import inspect_stringized_annotations
40
-from . import inspect_stringized_annotations_2
+from test.test_inspect import inspect_fodder as mod
+from test.test_inspect import inspect_fodder2 as mod2
+from test.test_inspect import inspect_stock_annotations
+from test.test_inspect import inspect_stringized_annotations
+from test.test_inspect import inspect_stringized_annotations_2
41
42
43
# Functions tested in this suite:
0 commit comments