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

@ -379,7 +379,7 @@ class SourceLoaderBadBytecodeTest(BadBytecodeTest):
class SourcelessLoaderBadBytecodeTest(BadBytecodeTest):
loader = _bootstrap.SourcelessFileLoader
loader = _bootstrap._SourcelessFileLoader
def test_empty_file(self):
def test(name, mapping, bytecode_path):