diff options
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/imputil.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Lib/imputil.py b/Lib/imputil.py index ab3faf4..b40cb04 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' |