[Python-checkins] r53333 - in python/branches/bcannon-objcap: Lib/importlib.py

brett.cannon python-checkins at python.org
Wed Jan 10 00:21:29 CET 2007


Author: brett.cannon
Date: Wed Jan 10 00:21:29 2007
New Revision: 53333

Added:
   python/branches/bcannon-objcap/Lib/importlib.py   (contents, props changed)
Modified:
   python/branches/bcannon-objcap/   (props changed)
Log:
Fix screw-up in adding importlib from the sandbox as an external definition.
Also create a symlink in Lib for the module.


Added: python/branches/bcannon-objcap/Lib/importlib.py
==============================================================================
--- (empty file)
+++ python/branches/bcannon-objcap/Lib/importlib.py	Wed Jan 10 00:21:29 2007
@@ -0,0 +1 @@
+link ../importlib/importlib.py
\ No newline at end of file


More information about the Python-checkins mailing list