commit | 4d75fc1ce97bd15126442c16faab8931aaa7ade2 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sun Aug 30 03:47:36 2009 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sun Aug 30 03:47:36 2009 +0000 |
tree | 4558c370a531f7f3a82b128361ea9d1236b99211 | |
parent | ccd686a47336bfbd70614824465f5793fd69a685 [diff] |
Have importlib raise ImportError if None is found in sys.modules. This matches current import semantics.