diff options
| author | hmeland | 2000-04-08 16:25:06 +0000 |
|---|---|---|
| committer | hmeland | 2000-04-08 16:25:06 +0000 |
| commit | 9003e4510ac0de3e94a2576dff1d377f11e9d363 (patch) | |
| tree | 5a197b65637fc16c632c15fef6c74cb9656ee31c | |
| parent | 2940b796223397f5b647371037cec124650f2c10 (diff) | |
| download | mailman-9003e4510ac0de3e94a2576dff1d377f11e9d363.tar.gz mailman-9003e4510ac0de3e94a2576dff1d377f11e9d363.tar.zst mailman-9003e4510ac0de3e94a2576dff1d377f11e9d363.zip | |
Missing 'import string' when selecting lists by virtual host.
| -rw-r--r-- | bin/list_lists | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/list_lists b/bin/list_lists index b3ce63b5f..c24b0b953 100644 --- a/bin/list_lists +++ b/bin/list_lists @@ -40,6 +40,7 @@ Where: import sys import getopt +import string import paths from Mailman import mm_cfg |
