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
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to