mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
#Added doc string.
This commit is contained in:
parent
4f9f8e3599
commit
4ece95d55a
1 changed files with 8 additions and 1 deletions
|
@ -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
|
import sys, imp, __builtin__, string
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue