]> granicus.if.org Git - python/commit
Rename importlib._bootstrap.SysPathFinder to PathFinder and expose off of
authorBrett Cannon <bcannon@gmail.com>
Thu, 5 Feb 2009 02:52:18 +0000 (02:52 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 5 Feb 2009 02:52:18 +0000 (02:52 +0000)
commitf7e5a8c72483fbfd3cd8b8fe531500e0828c62ec
tree87f77fd5cd03d1641ccf4aec543cd60a08f81b91
parentbe2f57c39a2d63e55f03c28289379e67ceb1a766
Rename importlib._bootstrap.SysPathFinder to PathFinder and expose off of
importlib.machinery. Also make the methods either class or staticmethods.
Lib/importlib/_bootstrap.py