mirror of https://github.com/python/cpython
Check in the fact that importlib.machinery.PathFinder now exists.
This commit is contained in:
parent
f7e5a8c724
commit
fa3d1fc6a3
|
@ -2,3 +2,4 @@
|
|||
|
||||
from ._bootstrap import BuiltinImporter
|
||||
from ._bootstrap import FrozenImporter
|
||||
from ._bootstrap import PathFinder
|
||||
|
|
Loading…
Reference in New Issue