Check in the fact that importlib.machinery.PathFinder now exists.

This commit is contained in:
Brett Cannon 2009-02-05 02:52:57 +00:00
parent f7e5a8c724
commit fa3d1fc6a3
1 changed files with 1 additions and 0 deletions

View File

@ -2,3 +2,4 @@
from ._bootstrap import BuiltinImporter
from ._bootstrap import FrozenImporter
from ._bootstrap import PathFinder