mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove 'created by' lines; people can use CVS for this, and the information is often out of date
This commit is contained in:
parent
ef67956139
commit
a6483d2e9a
34 changed files with 1 additions and 72 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue