aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/distutils/text_file.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/text_file.py')
-rw-r--r--Lib/distutils/text_file.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/distutils/text_file.py b/Lib/distutils/text_file.py
index 7086b1af568..67efd65e36d 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 *