diff options
author | Greg Stein <gstein@lyra.org> | 1999-11-07 13:14:58 (GMT) |
---|---|---|
committer | Greg Stein <gstein@lyra.org> | 1999-11-07 13:14:58 (GMT) |
commit | d4c64ba0f994f124dbc5e8688b4c28358283f5f1 (patch) | |
tree | a1c3fada3f0622a293e85e312e0adbfd49977882 /Lib | |
parent | 281b8d82f7f419eff7d6d489185e49309754955f (diff) | |
download | cpython-d4c64ba0f994f124dbc5e8688b4c28358283f5f1.zip cpython-d4c64ba0f994f124dbc5e8688b4c28358283f5f1.tar.gz cpython-d4c64ba0f994f124dbc5e8688b4c28358283f5f1.tar.bz2 |
Add some header comments to all the files.
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' |