Commit 4ece95d5 authored by Guido van Rossum's avatar Guido van Rossum

#Added doc string.

parent 4f9f8e35
# 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment