diff options
Diffstat (limited to 'Lib/distutils/filelist.py')
-rw-r--r-- | Lib/distutils/filelist.py | 5 |
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 |