mirror of
https://github.com/python/cpython.git
synced 2025-10-21 22:22:48 +00:00
Rename importlib.test.support to importlib.test.util.
This commit is contained in:
parent
ae9ad186d0
commit
bcb26c53c0
22 changed files with 163 additions and 191 deletions
|
@ -1,11 +1,11 @@
|
|||
from .. import support as util
|
||||
from .. import util
|
||||
import contextlib
|
||||
import imp
|
||||
import os
|
||||
import os.path
|
||||
import sys
|
||||
import tempfile
|
||||
from test import support as support
|
||||
from test import support
|
||||
|
||||
|
||||
def writes_bytecode(fxn):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue