commit | 4fe29c9657d64e8e3301122c104b7ca8fd23c348 | [log] [tgz] |
---|---|---|
author | Marc-Andre Lemburg <mal@egenix.com> | Wed Apr 25 02:31:37 2012 +0200 |
committer | Marc-Andre Lemburg <mal@egenix.com> | Wed Apr 25 02:31:37 2012 +0200 |
tree | f04a51eef51805eacccaa931e0d9ba4bec9ecb51 | |
parent | ac8805a01a0beeb4c5b2f6d9d988629446517632 [diff] [blame] |
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. This time also recreating the Python/importlib.h file to make make happy. See the ticket for details.
diff --git a/Lib/imp.py b/Lib/imp.py index f35247c..0388d08 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()."""