Clarify provenance

This commit is contained in:
Ned Batchelder
2013-03-26 13:49:45 -04:00
parent efaa0eea03
commit d925604113

View File

@@ -1,6 +1,7 @@
"""A module proxy for delayed importing of modules.
Lifted from http://barnesc.blogspot.com/2006/06/automatic-python-imports-with-autoimp.html
From http://barnesc.blogspot.com/2006/06/automatic-python-imports-with-autoimp.html,
in the public domain.
"""