From fa3d1fc6a3ba2333bf1f932b4e9fe8a4d174ddb3 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 5 Feb 2009 02:52:57 +0000 Subject: Check in the fact that importlib.machinery.PathFinder now exists. --- Lib/importlib/machinery.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v0.12