diff options
| -rw-r--r-- | Mailman/mm_cfg.py.dist.in | 3 | ||||
| -rw-r--r-- | modules/mm_cfg.py.in | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Mailman/mm_cfg.py.dist.in b/Mailman/mm_cfg.py.dist.in index 0a82e7706..e68d80a2e 100644 --- a/Mailman/mm_cfg.py.dist.in +++ b/Mailman/mm_cfg.py.dist.in @@ -17,6 +17,9 @@ setting by using the value as a format string against the list-instance-object's dictionary - see the distributed value of DEFAULT_MSG_FOOTER for an example.""" +####################################################### +# Here's where we get the distributed defaults. # + from mm_defaults import * ####################################################### diff --git a/modules/mm_cfg.py.in b/modules/mm_cfg.py.in index 0a82e7706..e68d80a2e 100644 --- a/modules/mm_cfg.py.in +++ b/modules/mm_cfg.py.in @@ -17,6 +17,9 @@ setting by using the value as a format string against the list-instance-object's dictionary - see the distributed value of DEFAULT_MSG_FOOTER for an example.""" +####################################################### +# Here's where we get the distributed defaults. # + from mm_defaults import * ####################################################### |
