commit | ac8805a01a0beeb4c5b2f6d9d988629446517632 | [log] [tgz] |
---|---|---|
author | Marc-Andre Lemburg <mal@egenix.com> | Wed Apr 25 02:11:07 2012 +0200 |
committer | Marc-Andre Lemburg <mal@egenix.com> | Wed Apr 25 02:11:07 2012 +0200 |
tree | 508e1844c0372f19b7bcdbf22d9aeb7de1635ca6 | |
parent | 2945e78b05b8629969764842f73a845c1cbb2fb9 [diff] [blame] |
Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused the buildbots to fail.
diff --git a/Lib/importlib/abc.py b/Lib/importlib/abc.py index c171da3..baa09fd 100644 --- a/Lib/importlib/abc.py +++ b/Lib/importlib/abc.py
@@ -119,7 +119,7 @@ ExecutionLoader ABCs.""" _register(FileLoader, machinery.SourceFileLoader, - machinery.SourcelessFileLoader) + machinery._SourcelessFileLoader) class SourceLoader(_bootstrap.SourceLoader, ResourceLoader, ExecutionLoader):