summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2000-09-14 03:57:18 +0000
committerbwarsaw2000-09-14 03:57:18 +0000
commitfb6258d849f2cca9bd1e789e6f509b35d511f218 (patch)
tree1708b43015ec85f36a5af98a71df67858d4f6eff
parentb4f650f009b6bcf67a31d5016b0ff9ad2b6d1096 (diff)
downloadmailman-fb6258d849f2cca9bd1e789e6f509b35d511f218.tar.gz
mailman-fb6258d849f2cca9bd1e789e6f509b35d511f218.tar.zst
mailman-fb6258d849f2cca9bd1e789e6f509b35d511f218.zip
-rwxr-xr-xbin/rmlist3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/rmlist b/bin/rmlist
index bf66587d0..b0acf3a26 100755
--- a/bin/rmlist
+++ b/bin/rmlist
@@ -37,9 +37,12 @@ Where:
import os
import sys
+import string
import getopt
import paths
+
+
def usage(status, msg=''):
print __doc__ % globals()
if msg: