diff options
| author | cotton | 1998-11-06 12:19:22 +0000 |
|---|---|---|
| committer | cotton | 1998-11-06 12:19:22 +0000 |
| commit | 5666d06db214247e3ca7fd416d237c24ba8e7221 (patch) | |
| tree | 4cc8c883c572f82e6c3fa20ddd3a0435834dccab | |
| parent | b16b85131c31e9abfd2bbcbc31521569d98dee44 (diff) | |
| download | mailman-5666d06db214247e3ca7fd416d237c24ba8e7221.tar.gz mailman-5666d06db214247e3ca7fd416d237c24ba8e7221.tar.zst mailman-5666d06db214247e3ca7fd416d237c24ba8e7221.zip | |
fixed typo in removing module code.
scott
| -rwxr-xr-x | bin/update | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/update b/bin/update index 1c7320155..2a57c26fe 100755 --- a/bin/update +++ b/bin/update @@ -182,8 +182,8 @@ def remove_old_sources(module): if __name__ == '__main__': - for mods in ("Archiver", "HyperArch", "HyperDatabase", "pipermail"): - remove_old_sources(module) + for mod in ("Archiver", "HyperArch", "HyperDatabase", "pipermail"): + remove_old_sources(mod) lists = list_names() if not lists: print "no lists == nothing to do, exiting" |
