summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/mm_cfg.py.dist.in7
-rw-r--r--modules/mm_cfg.py.in7
2 files changed, 4 insertions, 10 deletions
diff --git a/Mailman/mm_cfg.py.dist.in b/Mailman/mm_cfg.py.dist.in
index b79dc8927..c833bf026 100644
--- a/Mailman/mm_cfg.py.dist.in
+++ b/Mailman/mm_cfg.py.dist.in
@@ -1,3 +1,5 @@
+# -*- python -*-
+
# Copyright (C) 1998 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
@@ -35,7 +37,6 @@ 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."""
-__version__ = "$Revision: 547 $"
#######################################################
# Here's where we get the distributed defaults. #
@@ -54,9 +55,5 @@ DEFAULT_URL = 'http://www.python.org/mailman'
PUBLIC_ARCHIVE_URL = '/pipermail'
PRIVATE_ARCHIVE_URL = '/mailman/private'
-# Once we know our home directory we can figure out the rest.
-HOME_DIR = '/home/mailman'
-MAILMAN_DIR = '/home/mailman/mailman'
-
# (Note - if you're looking for something that is imported from
# mm_cfg, but you didn't find it above, it's probably in mm_defaults.py.)
diff --git a/modules/mm_cfg.py.in b/modules/mm_cfg.py.in
index b79dc8927..c833bf026 100644
--- a/modules/mm_cfg.py.in
+++ b/modules/mm_cfg.py.in
@@ -1,3 +1,5 @@
+# -*- python -*-
+
# Copyright (C) 1998 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
@@ -35,7 +37,6 @@ 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."""
-__version__ = "$Revision: 547 $"
#######################################################
# Here's where we get the distributed defaults. #
@@ -54,9 +55,5 @@ DEFAULT_URL = 'http://www.python.org/mailman'
PUBLIC_ARCHIVE_URL = '/pipermail'
PRIVATE_ARCHIVE_URL = '/mailman/private'
-# Once we know our home directory we can figure out the rest.
-HOME_DIR = '/home/mailman'
-MAILMAN_DIR = '/home/mailman/mailman'
-
# (Note - if you're looking for something that is imported from
# mm_cfg, but you didn't find it above, it's probably in mm_defaults.py.)