]> granicus.if.org Git - python/commit
Issue #15210: Greatly simplify the test for supporting importlib
authorBrett Cannon <brett@python.org>
Wed, 4 Jul 2012 18:03:40 +0000 (14:03 -0400)
committerBrett Cannon <brett@python.org>
Wed, 4 Jul 2012 18:03:40 +0000 (14:03 -0400)
commit53089c6e91f6152bc43776587e82a0bbeb574fe0
treea5052b92b84272ad1e79f68bdb4234e563defe9b
parent3bee1f1154218b6bdadfe4095ef4b52c3471df01
Issue #15210: Greatly simplify the test for supporting importlib
working without _frozen_importlib by moving to an import over a direct
access in sys.modules.
Lib/importlib/__init__.py
Lib/importlib/test/test_api.py