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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa3d1fc6a3ba2333bf1f932b4e9fe8a4d174ddb3;p=thirdparty%2FPython%2Fcpython.git Check in the fact that importlib.machinery.PathFinder now exists. --- diff --git a/Lib/importlib/machinery.py b/Lib/importlib/machinery.py index 40d39f48239d..519774440f18 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