Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused

the buildbots to fail.
This commit is contained in:
Marc-Andre Lemburg 2012-04-25 02:11:07 +02:00
parent 2945e78b05
commit ac8805a01a
10 changed files with 18 additions and 15 deletions

View file

@ -5,5 +5,5 @@ from ._bootstrap import FrozenImporter
from ._bootstrap import PathFinder
from ._bootstrap import FileFinder
from ._bootstrap import SourceFileLoader
from ._bootstrap import SourcelessFileLoader
from ._bootstrap import _SourcelessFileLoader
from ._bootstrap import ExtensionFileLoader