summaryrefslogtreecommitdiff
path: root/modules/mm_digest.py
diff options
context:
space:
mode:
authormailman1998-04-09 23:43:06 +0000
committermailman1998-04-09 23:43:06 +0000
commite705f87649fca4f014a11d3fd1be73d429e8370f (patch)
treeff1783a6364ba24f62df3078b7831dff0b2cacae /modules/mm_digest.py
parent7736c86bb6795e46cd329ae712c2260b266299b4 (diff)
downloadmailman-e705f87649fca4f014a11d3fd1be73d429e8370f.tar.gz
mailman-e705f87649fca4f014a11d3fd1be73d429e8370f.tar.zst
mailman-e705f87649fca4f014a11d3fd1be73d429e8370f.zip
Diffstat (limited to 'modules/mm_digest.py')
-rw-r--r--modules/mm_digest.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/mm_digest.py b/modules/mm_digest.py
index 8ed9fb2e7..5ff7fe4b8 100644
--- a/modules/mm_digest.py
+++ b/modules/mm_digest.py
@@ -1,6 +1,6 @@
"""Mixin class with list-digest handling methods and settings."""
-__version__ = "$Revision: 394 $"
+__version__ = "$Revision: 396 $"
import mm_utils, mm_err, mm_message, mm_cfg
import time, os, string
@@ -49,12 +49,12 @@ class Digester:
'Header added to every digest',
"Text attached (as an initial message, before the table"
" of contents) to the top of digests.<p>"
- + mm_cfg.MESSAGE_DECORATION_NOTE),
+ + mm_err.MESSAGE_DECORATION_NOTE),
('digest_footer', mm_cfg.Text, (4, 55), 0,
'Footer added to every digest',
"Text attached (as a final message) to the bottom of digests.<p>"
- + mm_cfg.MESSAGE_DECORATION_NOTE),
+ + mm_err.MESSAGE_DECORATION_NOTE),
]
def SetUserDigest(self, sender, value):