]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Move some code from importlib.__init__ to importlib._bootstrap that
authorBrett Cannon <brett@python.org>
Wed, 25 Jan 2012 23:58:03 +0000 (18:58 -0500)
committerBrett Cannon <brett@python.org>
Wed, 25 Jan 2012 23:58:03 +0000 (18:58 -0500)
commitc264e3ee206d5e5d1cb2aeff2cb0cd864dce83c8
treedd9152609b6e0afb824d9aa731cae056e0cb1cb1
parentb0f30c9891a3ef45d616bf3ae73d764fd539946b
Move some code from importlib.__init__ to importlib._bootstrap that
does not need to be exposed from C code for bootstrapping reasons.
Lib/importlib/__init__.py
Lib/importlib/_bootstrap.py
Lib/importlib/abc.py
Lib/importlib/test/source/test_abc_loader.py