Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
5abdc93eb85bc434c3b81b6c7fd1f05e7c9b5fb8
/
.
/
Lib
/
importlib
/
machinery.py
blob: 40d39f48239d57bc7dab3510ddde5cd49eda2b48 [
file
] [
log
] [
blame
]
Brett Cannon
5abdc93
2009-01-22 22:43:07 +0000
[
diff
] [
blame^
]
1
"""The machinery of importlib: finders, loaders, hooks, etc."""
2
3
from
.
_bootstrap
import
BuiltinImporter
4
from
.
_bootstrap
import
FrozenImporter