Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4ece95d

Browse files
committed
#Added doc string.
1 parent 4f9f8e3 commit 4ece95d

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

Lib/knee.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# More structured (slower) alternative to mini
1+
"""An Python re-implementation of hierarchical module import.
2+
3+
This code is intended to be read, not executed. However, it does work
4+
-- all you need to do to enable it is "import knee".
5+
6+
(The name is a pun on the klunkier predecessor of this module, "ni".)
7+
8+
"""
29

310
import sys, imp, __builtin__, string
411

0 commit comments

Comments
 (0)