cpython/Lib/importlib/test
Brett Cannon 23cbd8a656 Add initial implementation of importlib. See the NOTES files for what is
planned for the package.

There are no docs yet, but they are coming once the API for the first new
function, importlib.import_module() is finalized.
2009-01-18 00:24:28 +00:00
..
builtin Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00
extension Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00
frozen Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00
import_ Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00
source Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00
__init__.py Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00
finder_tests.py Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00
support.py Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00
test_api.py Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00