summaryrefslogtreecommitdiff
path: root/Lib/importlib/test/source/test_file_loader.py
diff options
context:
space:
mode:
authorMarc-Andre Lemburg <mal@egenix.com>2012-04-25 01:36:48 +0200
committerMarc-Andre Lemburg <mal@egenix.com>2012-04-25 01:36:48 +0200
commit2945e78b05b8629969764842f73a845c1cbb2fb9 (patch)
tree968c259c2d1cdc2610bd4397b5d2469f3599bce1 /Lib/importlib/test/source/test_file_loader.py
parenta5798ded26e3ad67946b7d8150a8e13b0075fbf8 (diff)
downloadcpython-git-2945e78b05b8629969764842f73a845c1cbb2fb9.tar.gz
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader
Diffstat (limited to 'Lib/importlib/test/source/test_file_loader.py')
-rw-r--r--Lib/importlib/test/source/test_file_loader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/importlib/test/source/test_file_loader.py b/Lib/importlib/test/source/test_file_loader.py
index 764dcff035..c4c75451c2 100644
--- a/Lib/importlib/test/source/test_file_loader.py
+++ b/Lib/importlib/test/source/test_file_loader.py
@@ -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):