https://github.com/python/cpython
Raw File
Tip revision: d0ebc75e7368cc4b1a8e504674feabc98f8fc5fd authored by Antoine Pitrou on 15 January 2011, 17:25:58 UTC
Fix mmap and test_mmap under Windows too (followup to r88022)
Tip revision: d0ebc75
util.py
"""Utility code for constructing importers, etc."""

from ._bootstrap import module_for_loader
from ._bootstrap import set_loader
from ._bootstrap import set_package
back to top