8000
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 d402872 commit 66fb613Copy full SHA for 66fb613
Lib/test/test_inspect/test_inspect.py
@@ -40,11 +40,11 @@
40
from test.support import has_subprocess_support, SuppressCrashReport
41
from test import support
42
43
-from . import inspect_fodder as mod
44
-from . import inspect_fodder2 as mod2
45
-from . import inspect_stock_annotations
46
-from . import inspect_stringized_annotations
47
-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
48
49
50
# Functions tested in this suite:
0 commit comments