diff options
| author | Eric Snow <ericsnowcurrently@gmail.com> | 2013-10-03 21:03:29 (GMT) |
|---|---|---|
| committer | Eric Snow <ericsnowcurrently@gmail.com> | 2013-10-03 21:03:29 (GMT) |
| commit | 5c4b4c530f19436112518bd5c27b22d592015b3e (patch) | |
| tree | 63424c4fe49df46c767681be692995d445060d65 /Lib/importlib/abc.py | |
| parent | 48b42ecd0f95e837eabd1177e43b7abddeca825e (diff) | |
| download | cpython-5c4b4c530f19436112518bd5c27b22d592015b3e.zip cpython-5c4b4c530f19436112518bd5c27b22d592015b3e.tar.gz cpython-5c4b4c530f19436112518bd5c27b22d592015b3e.tar.bz2 | |
[issue19152] Revert 832579dbafd6.
Diffstat (limited to 'Lib/importlib/abc.py')
| -rw-r--r-- | Lib/importlib/abc.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/importlib/abc.py b/Lib/importlib/abc.py index 438a01d..387567a 100644 --- a/Lib/importlib/abc.py +++ b/Lib/importlib/abc.py @@ -168,8 +168,6 @@ class ExecutionLoader(InspectLoader): set to.""" raise NotImplementedError -_register(machinery.ExtensionFileLoader) - class FileLoader(_bootstrap.FileLoader, ResourceLoader, ExecutionLoader): |
