Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: bfe36ec1f580248d5e718667c204974275f8974a authored by Georg Brandl on 12 May 2013, 10:28:20 UTC
Bump to version 3.2.5.
Tip revision: bfe36ec
machinery.py
"""The machinery of importlib: finders, loaders, hooks, etc."""

from ._bootstrap import BuiltinImporter
from ._bootstrap import FrozenImporter
from ._bootstrap import PathFinder
back to top