mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused
the buildbots to fail.
This commit is contained in:
parent
2945e78b05
commit
ac8805a01a
10 changed files with 18 additions and 15 deletions
|
|
@ -5,5 +5,5 @@ from ._bootstrap import FrozenImporter
|
|||
from ._bootstrap import PathFinder
|
||||
from ._bootstrap import FileFinder
|
||||
from ._bootstrap import SourceFileLoader
|
||||
from ._bootstrap import SourcelessFileLoader
|
||||
from ._bootstrap import _SourcelessFileLoader
|
||||
from ._bootstrap import ExtensionFileLoader
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue