#Added doc string.

This commit is contained in:
Guido van Rossum 1997-09-09 20:44:04 +00:00
parent 4f9f8e3599
commit 4ece95d55a

View file

@ -1,4 +1,11 @@
# More structured (slower) alternative to mini
"""An Python re-implementation of hierarchical module import.
This code is intended to be read, not executed. However, it does work
-- all you need to do to enable it is "import knee".
(The name is a pun on the klunkier predecessor of this module, "ni".)
"""
import sys, imp, __builtin__, string