8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation. 8000
There was an error while loading. Please reload this page.
test_inspect
1 parent 1080dd1 commit c42e709Copy full SHA for c42e709
Lib/test/test_inspect/test_inspect.py
@@ -32,11 +32,11 @@
32
from test.support.script_helper import assert_python_ok, assert_python_failure
33
from test import support
34
35
-from . import inspect_fodder as mod
36
-from . import inspect_fodder2 as mod2
37
-from . import inspect_stock_annotations
38
-from . import inspect_stringized_annotations
39
-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
40
41
42
# Functions tested in this suite:
0 commit comments