commit | 61e851baca37e81f60754e943f11b856e9fbef6e | [log] [tgz] |
---|---|---|
author | Eric Snow <ericsnowcurrently@gmail.com> | Wed Dec 18 23:35:15 2013 -0700 |
committer | Eric Snow <ericsnowcurrently@gmail.com> | Wed Dec 18 23:35:15 2013 -0700 |
tree | 20221ffae969f100ad05a2082ceb24965232f8b5 | |
parent | fc45f173a3485b024a96f6e891db08efdaf34722 [diff] |
Remove some dead code in importlib, introduced with the PEP 451 patch. Early in the PEP 451 implementation some of the importlib loaders had their own _get_spec() methods to simplify accommodating them. However, later implementations removed the need. They simply failed to remove this code at the same time. :)