From: Guido van Rossum Date: Tue, 9 Sep 1997 20:44:04 +0000 (+0000) Subject: #Added doc string. X-Git-Tag: v1.5a4~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ece95d55a0b0790982d10c04f4eaf092b964af7;p=python #Added doc string. --- diff --git a/Lib/knee.py b/Lib/knee.py index f88d78f6f2..2473f9b79f 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