diff options
| author | bwarsaw | 1998-12-22 04:35:31 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-12-22 04:35:31 +0000 |
| commit | b88751691f03d846eb0b5a1785475136e43630c8 (patch) | |
| tree | b6b67a2fbe32d5fc5423cfae0e0d85b218e6d26b | |
| parent | 58f70d27cf3046b6238c510cc65eafba885610cc (diff) | |
| download | mailman-b88751691f03d846eb0b5a1785475136e43630c8.tar.gz mailman-b88751691f03d846eb0b5a1785475136e43630c8.tar.zst mailman-b88751691f03d846eb0b5a1785475136e43630c8.zip | |
Added removal of Mailman/smtplib.py{,c}
This file will be renamed to bin/update by hacking the CVS
repository. You will not see a checkin message for this.
| -rwxr-xr-x | bin/update | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/update b/bin/update index 2a57c26fe..5442bceb5 100755 --- a/bin/update +++ b/bin/update @@ -1,6 +1,8 @@ #! /usr/bin/env python -"""Use this script to help you update to Mailman 1.0b6 from previous versions. +"""Use this script to help you update to the latest release of Mailman from +some previous version. It knows about versions back to 1.0b4 (?). + """ import sys, os, string @@ -182,7 +184,8 @@ def remove_old_sources(module): if __name__ == '__main__': - for mod in ("Archiver", "HyperArch", "HyperDatabase", "pipermail"): + for mod in ("Archiver", "HyperArch", "HyperDatabase", "pipermail", + 'smtplib'): remove_old_sources(mod) lists = list_names() if not lists: |
