summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authormailman1998-03-05 23:26:16 +0000
committermailman1998-03-05 23:26:16 +0000
commit5356e91a2d44afc869c14e257835fd2578ad43bb (patch)
tree20a757d0df9b30a88d4ab97bcebad2c19e8a5da4 /modules
parenta52ae1a95d77929d9013a79d15987f5438f3ee38 (diff)
downloadmailman-5356e91a2d44afc869c14e257835fd2578ad43bb.tar.gz
mailman-5356e91a2d44afc869c14e257835fd2578ad43bb.tar.zst
mailman-5356e91a2d44afc869c14e257835fd2578ad43bb.zip
Cosmetic change to flag the import of the distributed defaults.
Diffstat (limited to 'modules')
-rw-r--r--modules/mm_cfg.py.in3
1 files changed, 3 insertions, 0 deletions
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 *
#######################################################