Commit e79e806
committed
Make "sys.modules.get('importlib.util')" with "import importlib.util" in test_lazy.py
Without this `./python -m test test_importlib` fails at `test_lazy`
although `./python -m test test_importlib.test_lazy` perfectyl succeeds.
That is becasue some other tests likely manipulates `util` making the
above two out of sync.1 parent fd952d8 commit e79e806
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
0 commit comments