diff options
| author | bwarsaw | 1998-07-22 22:03:43 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-07-22 22:03:43 +0000 |
| commit | 5afa0b9a63d58d91077088a30539868c4f623458 (patch) | |
| tree | d6fab382c31150d454afbe650ab15dc9071cbc1c | |
| parent | 63ca38dc46ab19c41a21a18d287043ce952be338 (diff) | |
| download | mailman-5afa0b9a63d58d91077088a30539868c4f623458.tar.gz mailman-5afa0b9a63d58d91077088a30539868c4f623458.tar.zst mailman-5afa0b9a63d58d91077088a30539868c4f623458.zip | |
REMOVABLES: the templates dir no longer contains list specific data
| -rwxr-xr-x | bin/rmlist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/rmlist b/bin/rmlist index 38bd1a149..2813f797a 100755 --- a/bin/rmlist +++ b/bin/rmlist @@ -46,7 +46,6 @@ def remove_it(dir, msg): print listname, msg, 'not found as', dir REMOVABLES = [('lists/%s', 'list info'), - ('templates/%s', 'web pages') ] if removeArchives: |
