diff options
| author | Barry Warsaw | 2009-01-06 19:55:59 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-01-06 19:55:59 -0500 |
| commit | 89f5f76ed31d6ca2faf8e2a783a37e9009b03413 (patch) | |
| tree | f1023f64501a49917674f5bcd78927aa5cee08ef /mailman/app/replybot.py | |
| parent | 37c255b7b0c1b8ea10c8d24a44c8586de86ffcc6 (diff) | |
| download | mailman-89f5f76ed31d6ca2faf8e2a783a37e9009b03413.tar.gz mailman-89f5f76ed31d6ca2faf8e2a783a37e9009b03413.tar.zst mailman-89f5f76ed31d6ca2faf8e2a783a37e9009b03413.zip | |
The conversion from Defaults.py to lazr.config is complete.
lazr.config 1.1 now has everything we need, so we don't need the special
develop hack.
make_instance is no longer necessary.
Refactor the style stuff into their own directory.
Finally! Move the delivery module into the mailman.mta package.
Diffstat (limited to 'mailman/app/replybot.py')
| -rw-r--r-- | mailman/app/replybot.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mailman/app/replybot.py b/mailman/app/replybot.py index ba357e18b..e9c303418 100644 --- a/mailman/app/replybot.py +++ b/mailman/app/replybot.py @@ -31,6 +31,7 @@ import datetime from mailman import Utils from mailman import i18n +from mailman.config import config log = logging.getLogger('mailman.vette') |
