mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +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
|
@ -94,7 +94,7 @@ def load_source(name, pathname, file=None):
|
|||
|
||||
|
||||
class _LoadCompiledCompatibility(_HackedGetData,
|
||||
_bootstrap._SourcelessFileLoader):
|
||||
_bootstrap.SourcelessFileLoader):
|
||||
|
||||
"""Compatibility support for implementing load_compiled()."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue