summaryrefslogtreecommitdiff
path: root/Lib/imputil.py
diff options
context:
space:
mode:
authorGreg Stein <gstein@lyra.org>1999-11-07 13:14:58 +0000
committerGreg Stein <gstein@lyra.org>1999-11-07 13:14:58 +0000
commit3213fe77f71e7b022ab1e96bff92784a5538556f (patch)
tree8b614ea9d7c3663a978a44689a1a6cbc317ea336 /Lib/imputil.py
parentbe75d219bfca03e5d5cc2aeda5b6f5889707ffd2 (diff)
downloadcpython-3213fe77f71e7b022ab1e96bff92784a5538556f.tar.gz
Add some header comments to all the files.
Diffstat (limited to 'Lib/imputil.py')
-rw-r--r--Lib/imputil.py7
1 files changed, 7 insertions, 0 deletions
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'