diff options
| author | viega | 1998-07-07 18:33:00 +0000 |
|---|---|---|
| committer | viega | 1998-07-07 18:33:00 +0000 |
| commit | bf257fd2cdbdce164789c63a7b99feb75d60ce97 (patch) | |
| tree | 50f3bdb1a8ce56f39deec7fd26c97e7b320453db | |
| parent | eb7f5b1acc27540c7fe9b30a1d0eba0dd7c856d4 (diff) | |
| download | mailman-bf257fd2cdbdce164789c63a7b99feb75d60ce97.tar.gz mailman-bf257fd2cdbdce164789c63a7b99feb75d60ce97.tar.zst mailman-bf257fd2cdbdce164789c63a7b99feb75d60ce97.zip | |
Whoops, forgot the packagization had happened, should have been:
from Mailman import mm_cfg
| -rwxr-xr-x | cron/gate_news | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron/gate_news b/cron/gate_news index fae916be1..cbd1465cf 100755 --- a/cron/gate_news +++ b/cron/gate_news @@ -20,7 +20,7 @@ import os import marshal import paths from Mailman import MailList -import Mailman mm_cfg +from Mailman import mm_cfg from Mailman import Utils |
