commit | 5abdc93eb85bc434c3b81b6c7fd1f05e7c9b5fb8 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu Jan 22 22:43:07 2009 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu Jan 22 22:43:07 2009 +0000 |
tree | 17dbd10a78d4efc28ab798d9cdb3146419223c28 | |
parent | 7b3c89d88cac53325b30f583643d288426d90789 [diff] |
Add importlib.machinery with its first tenants, BuitinImporter and FrozenImporter. Docs forthcoming. I plan on all finders and loaders (and most likely hooks) to live in imoprtlib.machinery. Utility stuff will end up in importlib.util. Higher-level API stuff will stay on imoprtlib directly (e.g. import_module).