[Python-3000-checkins] r58191 - python/branches/py3k-importlib/Lib/_importlib.py python/branches/py3k-importlib/Lib/importlib.py

brett.cannon python-3000-checkins at python.org
Tue Sep 18 08:46:39 CEST 2007


Author: brett.cannon
Date: Tue Sep 18 08:46:39 2007
New Revision: 58191

Added:
   python/branches/py3k-importlib/Lib/_importlib.py   (contents, props changed)
   python/branches/py3k-importlib/Lib/importlib.py   (contents, props changed)
Log:
Add _importlib and importlib to the stdlib through a symlink.


Added: python/branches/py3k-importlib/Lib/_importlib.py
==============================================================================
--- (empty file)
+++ python/branches/py3k-importlib/Lib/_importlib.py	Tue Sep 18 08:46:39 2007
@@ -0,0 +1 @@
+link ../importlib/_importlib.py
\ No newline at end of file

Added: python/branches/py3k-importlib/Lib/importlib.py
==============================================================================
--- (empty file)
+++ python/branches/py3k-importlib/Lib/importlib.py	Tue Sep 18 08:46:39 2007
@@ -0,0 +1 @@
+link ../importlib/importlib.py
\ No newline at end of file


More information about the Python-3000-checkins mailing list