From: Greg Stein Date: Sun, 7 Nov 1999 13:14:58 +0000 (+0000) Subject: Add some header comments to all the files. X-Git-Tag: v1.6a1~760 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4c64ba0f994f124dbc5e8688b4c28358283f5f1;p=thirdparty%2FPython%2Fcpython.git Add some header comments to all the files. --- diff --git a/Lib/imputil.py b/Lib/imputil.py index ab3faf49481c..b40cb049301a 100644 --- a/Lib/imputil.py +++ b/Lib/imputil.py @@ -9,6 +9,13 @@ # Additional modifications were contribed by Marc-Andre Lemburg and # Gordon McMillan. # +# This module is maintained by Greg and is available at: +# http://www.lyra.org/greg/python/imputil.py +# +# Since this isn't in the Python distribution yet, we'll use the CVS ID +# for tracking: +# $Id$ +# __version__ = '0.3'