Issue #24320: Drop an old setuptools-induced hack.

This commit is contained in:
Eric Snow 2016-09-09 13:30:54 -07:00
parent 9539963a44
commit 50fd89806f
2 changed files with 52 additions and 58 deletions

View file

@ -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