]> granicus.if.org Git - python/commitdiff
#Added doc string.
authorGuido van Rossum <guido@python.org>
Tue, 9 Sep 1997 20:44:04 +0000 (20:44 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 9 Sep 1997 20:44:04 +0000 (20:44 +0000)
Lib/knee.py

index f88d78f6f231d3a98c1e6a081c20e6e96c73b0ff..2473f9b79f1c39249a0e5a7dabe227c15d86425a 100644 (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