summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/filelist.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-11-14 02:25:42 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2002-11-14 02:25:42 (GMT)
commita6483d2e9a9d9a69e9823217bf6b6334bb0f0066 (patch)
tree167efda72ed74e9e8fa3d15f3e9383523adc0284 /Lib/distutils/filelist.py
parentef6795613915a7ee01509d6ff2049ebf13763772 (diff)
downloadcpython-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/filelist.py')
-rw-r--r--Lib/distutils/filelist.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/Lib/distutils/filelist.py b/Lib/distutils/filelist.py
index b4f3269..4b5d47d 100644
--- a/Lib/distutils/filelist.py
+++ b/Lib/distutils/filelist.py
@@ -4,11 +4,6 @@ Provides the FileList class, used for poking about the filesystem
and building lists of files.
"""
-# created 2000/07/17, Rene Liebscher (as template.py)
-# most parts taken from commands/sdist.py
-# renamed 2000/07/29 (to filelist.py) and officially added to
-# the Distutils source, Greg Ward
-
__revision__ = "$Id$"
import os, string, re