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/imp.py b/Lib/imp.py index 0388d08..f35247c 100644 --- a/Lib/imp.py +++ b/Lib/imp.py
@@ -94,7 +94,7 @@ class _LoadCompiledCompatibility(_HackedGetData, - _bootstrap.SourcelessFileLoader): + _bootstrap._SourcelessFileLoader): """Compatibility support for implementing load_compiled()."""