From d4c64ba0f994f124dbc5e8688b4c28358283f5f1 Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Sun, 7 Nov 1999 13:14:58 +0000 Subject: [PATCH] Add some header comments to all the files. --- Lib/imputil.py | 7 +++++++ 1 file changed, 7 insertions(+) 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' -- 2.47.3