]> granicus.if.org Git - python/commit
Relocate importlib._case_ok to importlib._bootstrap.
authorBrett Cannon <brett@python.org>
Fri, 27 Jan 2012 00:03:52 +0000 (19:03 -0500)
committerBrett Cannon <brett@python.org>
Fri, 27 Jan 2012 00:03:52 +0000 (19:03 -0500)
commit51d14f8e565cd82a4efb6c18b7fdf29eddcca878
tree9a146ef6ba3cdb1e1ed71cfa1b2d2fae8c406329
parente9cd900585d44b418b2a2235a7eec6e4b362798f
Relocate importlib._case_ok to importlib._bootstrap.

This required updating the code to use posix instead of os. This is
all being done to make bootstrapping easier to removing dependencies
that are kept in importlib.__init__ and thus outside of the single
file to bootstrap from.
Lib/importlib/__init__.py
Lib/importlib/_bootstrap.py