summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/knee.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/Lib/knee.py b/Lib/knee.py
index f88d78f..2473f9b 100644
--- a/Lib/knee.py
+++ b/Lib/knee.py
@@ -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