diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2002-11-14 02:25:42 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2002-11-14 02:25:42 (GMT) |
commit | a6483d2e9a9d9a69e9823217bf6b6334bb0f0066 (patch) | |
tree | 167efda72ed74e9e8fa3d15f3e9383523adc0284 /Lib/distutils/text_file.py | |
parent | ef6795613915a7ee01509d6ff2049ebf13763772 (diff) | |
download | cpython-a6483d2e9a9d9a69e9823217bf6b6334bb0f0066.zip cpython-a6483d2e9a9d9a69e9823217bf6b6334bb0f0066.tar.gz cpython-a6483d2e9a9d9a69e9823217bf6b6334bb0f0066.tar.bz2 |
Remove 'created by' lines; people can use CVS for this, and the information is often out of date
Diffstat (limited to 'Lib/distutils/text_file.py')
-rw-r--r-- | Lib/distutils/text_file.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/distutils/text_file.py b/Lib/distutils/text_file.py index 7086b1a..67efd65 100644 --- a/Lib/distutils/text_file.py +++ b/Lib/distutils/text_file.py @@ -4,8 +4,6 @@ provides the TextFile class, which gives an interface to text files that (optionally) takes care of stripping comments, ignoring blank lines, and joining lines with backslashes.""" -# created 1999/01/12, Greg Ward - __revision__ = "$Id$" from types import * |