SIGN IN SIGN UP

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. :)
E
Eric Snow committed
61e851baca37e81f60754e943f11b856e9fbef6e
Parent: fc45f17