diff options
| author | bwarsaw | 2001-11-20 18:48:10 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-11-20 18:48:10 +0000 |
| commit | 5edab96059cb36a1bc69a325f500d69895a9079c (patch) | |
| tree | 5fac44f5fbcbd43fc42d6c5ecead0937b5b77f04 /bin | |
| parent | 1f84aaac8e30c46cf78e46ce9707b8cc33d4f311 (diff) | |
| download | mailman-5edab96059cb36a1bc69a325f500d69895a9079c.tar.gz mailman-5edab96059cb36a1bc69a325f500d69895a9079c.tar.zst mailman-5edab96059cb36a1bc69a325f500d69895a9079c.zip | |
main(): Add Mailman/Cookie.py{,c} to the list of old sources needing
to be removed.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update b/bin/update index cc3c41855..4a2634776 100755 --- a/bin/update +++ b/bin/update @@ -388,7 +388,7 @@ def main(): # get rid of old stuff for mod in ('Mailman/Archiver.py', 'Mailman/HyperArch.py', 'Mailman/HyperDatabase.py', 'Mailman/pipermail.py', - 'Mailman/smtplib.py', + 'Mailman/smtplib.py', 'Mailman/Cookie.py', 'bin/update_to_10b6'): remove_old_sources(mod) listnames = Utils.list_names() |
