]> granicus.if.org Git - python/commitdiff
Check in the fact that importlib.machinery.PathFinder now exists.
authorBrett Cannon <bcannon@gmail.com>
Thu, 5 Feb 2009 02:52:57 +0000 (02:52 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 5 Feb 2009 02:52:57 +0000 (02:52 +0000)
Lib/importlib/machinery.py

index 40d39f48239d57bc7dab3510ddde5cd49eda2b48..519774440f1872e23d2c97121687c6260abd9878 100644 (file)
@@ -2,3 +2,4 @@
 
 from ._bootstrap import BuiltinImporter
 from ._bootstrap import FrozenImporter
+from ._bootstrap import PathFinder