index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_importlib.py
blob: 6ed05859c934e106c68eb0f24b06dd8cb639a409 (
plain
)
1
2
3
4
5
from
importlib
.
test
.
__main__
import
test_main
if
__name__
==
'__main__'
:
test_main
()