mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Issue #24320: Drop an old setuptools-induced hack.
This commit is contained in:
parent
9539963a44
commit
50fd89806f
2 changed files with 52 additions and 58 deletions
|
@ -1440,8 +1440,3 @@ def _install(_bootstrap_module):
|
|||
if _os.__name__ == 'nt':
|
||||
sys.meta_path.append(WindowsRegistryFinder)
|
||||
sys.meta_path.append(PathFinder)
|
||||
|
||||
# XXX We expose a couple of classes in _bootstrap for the sake of
|
||||
# a setuptools bug (https://bitbucket.org/pypa/setuptools/issue/378).
|
||||
_bootstrap_module.FileFinder = FileFinder
|
||||
_bootstrap_module.SourceFileLoader = SourceFileLoader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue