commit | fa3d1fc6a3ba2333bf1f932b4e9fe8a4d174ddb3 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu Feb 05 02:52:57 2009 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu Feb 05 02:52:57 2009 +0000 |
tree | c1a742dbffbdc3da270ddd0b080ae7f7599e7c7f | |
parent | f7e5a8c72483fbfd3cd8b8fe531500e0828c62ec [diff] [blame] |
Check in the fact that importlib.machinery.PathFinder now exists.
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