From 3213fe77f71e7b022ab1e96bff92784a5538556f Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Sun, 7 Nov 1999 13:14:58 +0000 Subject: Add some header comments to all the files. --- Lib/imputil.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Lib/imputil.py') diff --git a/Lib/imputil.py b/Lib/imputil.py index ab3faf4948..b40cb04930 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' -- cgit v1.2.1