commit | 1c1dcbfd5db9ec3e47ca9ddf28e7c6b87f09eb19 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sun Aug 30 20:22:21 2009 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sun Aug 30 20:22:21 2009 +0000 |
tree | f5c9b6ba568ea86b2c0d29c79021ca050b2e7bfd | |
parent | 82a23fe3925245086460eb7da95bbdc39cd2454a [diff] |
Trying to import a submodule from another module and not a package was raising AttributeError in importlib when it should be an ImportError. Found when running importlib against test_runpy.