[Python-checkins] r69282 - python/branches/py3k/Lib/importlib/machinery.py
brett.cannon
python-checkins at python.org
Thu Feb 5 03:52:57 CET 2009
Author: brett.cannon
Date: Thu Feb 5 03:52:57 2009
New Revision: 69282
Log:
Check in the fact that importlib.machinery.PathFinder now exists.
Modified:
python/branches/py3k/Lib/importlib/machinery.py
Modified: python/branches/py3k/Lib/importlib/machinery.py
==============================================================================
--- python/branches/py3k/Lib/importlib/machinery.py (original)
+++ python/branches/py3k/Lib/importlib/machinery.py Thu Feb 5 03:52:57 2009
@@ -2,3 +2,4 @@
from ._bootstrap import BuiltinImporter
from ._bootstrap import FrozenImporter
+from ._bootstrap import PathFinder
More information about the Python-checkins
mailing list