cpython/Lib/test/test_importlib.py

6 lines
91 B
Python

from importlib.test.__main__ import test_main
if __name__ == '__main__':
test_main()