mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader
This commit is contained in:
parent
a5798ded26
commit
2945e78b05
10 changed files with 15 additions and 18 deletions
|
@ -119,7 +119,7 @@ class FileLoader(_bootstrap.FileLoader, ResourceLoader, ExecutionLoader):
|
|||
ExecutionLoader ABCs."""
|
||||
|
||||
_register(FileLoader, machinery.SourceFileLoader,
|
||||
machinery._SourcelessFileLoader)
|
||||
machinery.SourcelessFileLoader)
|
||||
|
||||
|
||||
class SourceLoader(_bootstrap.SourceLoader, ResourceLoader, ExecutionLoader):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue