summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2009-02-05 02:52:57 (GMT)
committerBrett Cannon <bcannon@gmail.com>2009-02-05 02:52:57 (GMT)
commitfa3d1fc6a3ba2333bf1f932b4e9fe8a4d174ddb3 (patch)
treec1a742dbffbdc3da270ddd0b080ae7f7599e7c7f
parentf7e5a8c72483fbfd3cd8b8fe531500e0828c62ec (diff)
downloadcpython-fa3d1fc6a3ba2333bf1f932b4e9fe8a4d174ddb3.zip
cpython-fa3d1fc6a3ba2333bf1f932b4e9fe8a4d174ddb3.tar.gz
cpython-fa3d1fc6a3ba2333bf1f932b4e9fe8a4d174ddb3.tar.bz2
Check in the fact that importlib.machinery.PathFinder now exists.
-rw-r--r--Lib/importlib/machinery.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/importlib/machinery.py b/Lib/importlib/machinery.py
index 40d39f4..5197744 100644
--- a/Lib/importlib/machinery.py
+++ b/Lib/importlib/machinery.py
@@ -2,3 +2,4 @@
from ._bootstrap import BuiltinImporter
from ._bootstrap import FrozenImporter
+from ._bootstrap import PathFinder