• Brett Cannon's avatar
    Minor changes to Python source base loader. · 1014d42d
    Brett Cannon authored
    Fixed a bug where 'self' was left off a method call. Was masked by the fact the
    source/bytecode loader subclass is always used. Cleaned up when the source path
    is fetched. Also made sure ImportError is raised when a source path cannot be
    found.
    1014d42d
_bootstrap.py 28.2 KB