diff options
| author | Raymond Hettinger <python@rcn.com> | 2013-10-06 00:20:18 (GMT) |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2013-10-06 00:20:18 (GMT) |
| commit | 3472fafe745954d1882658f21e54865662f62788 (patch) | |
| tree | b2d4640ab49a69f6ecbc0a3de565da5be1c3fa3c /Lib/test/test_importlib/test_abc.py | |
| parent | f77cdbeff71b24debf32c9c6605148ae002be5e2 (diff) | |
| parent | 9259c21a63ea5c342936a18317d455f747248b2f (diff) | |
| download | cpython-3472fafe745954d1882658f21e54865662f62788.zip cpython-3472fafe745954d1882658f21e54865662f62788.tar.gz cpython-3472fafe745954d1882658f21e54865662f62788.tar.bz2 | |
merge
Diffstat (limited to 'Lib/test/test_importlib/test_abc.py')
| -rw-r--r-- | Lib/test/test_importlib/test_abc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_importlib/test_abc.py b/Lib/test/test_importlib/test_abc.py index bfdd6f1..979a481 100644 --- a/Lib/test/test_importlib/test_abc.py +++ b/Lib/test/test_importlib/test_abc.py @@ -100,6 +100,7 @@ Frozen_InspectLoaderInheritanceTests, Source_InspectLoaderInheritanceTests = tes class ExecutionLoader(InheritanceTests): superclass_names = ['InspectLoader'] + subclass_names = ['ExtensionFileLoader'] tests = create_inheritance_tests(ExecutionLoader) Frozen_ExecutionLoaderInheritanceTests, Source_ExecutionLoaderInheritanceTests = tests |
