commit | 2945e78b05b8629969764842f73a845c1cbb2fb9 | [log] [tgz] |
---|---|---|
author | Marc-Andre Lemburg <mal@egenix.com> | Wed Apr 25 01:36:48 2012 +0200 |
committer | Marc-Andre Lemburg <mal@egenix.com> | Wed Apr 25 01:36:48 2012 +0200 |
tree | 968c259c2d1cdc2610bd4397b5d2469f3599bce1 | |
parent | a5798ded26e3ad67946b7d8150a8e13b0075fbf8 [diff] [blame] |
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader
diff --git a/Lib/importlib/machinery.py b/Lib/importlib/machinery.py index c9906c7..07465ce 100644 --- a/Lib/importlib/machinery.py +++ b/Lib/importlib/machinery.py
@@ -5,5 +5,5 @@ from ._bootstrap import PathFinder from ._bootstrap import FileFinder from ._bootstrap import SourceFileLoader -from ._bootstrap import _SourcelessFileLoader +from ._bootstrap import SourcelessFileLoader from ._bootstrap import ExtensionFileLoader