From: Brett Cannon Date: Thu, 5 Feb 2009 02:52:57 +0000 (+0000) Subject: Check in the fact that importlib.machinery.PathFinder now exists. X-Git-Tag: v3.1a1~288 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa3d1fc6a3ba2333bf1f932b4e9fe8a4d174ddb3;p=python Check in the fact that importlib.machinery.PathFinder now exists. --- diff --git a/Lib/importlib/machinery.py b/Lib/importlib/machinery.py index 40d39f4823..519774440f 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