diff options
| author | bwarsaw | 1998-05-26 19:23:04 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-05-26 19:23:04 +0000 |
| commit | 19e7ee4517fdc38f7dcbab93af5c31a2ebc22e20 (patch) | |
| tree | 6ee16aae1d3d3cbe8134ae1b46884b7985a98f48 | |
| parent | 1beed13f9598a54b55e708551a6b30cc050048b4 (diff) | |
| download | mailman-19e7ee4517fdc38f7dcbab93af5c31a2ebc22e20.tar.gz mailman-19e7ee4517fdc38f7dcbab93af5c31a2ebc22e20.tar.zst mailman-19e7ee4517fdc38f7dcbab93af5c31a2ebc22e20.zip | |
Added an Emacs turd to the top of the file.
Removed RCS crud
Removed HOME_DIR and MAILMAN_DIR variables. Users should not need to
modify these anymore, since configure will calculate these correctly
and put them into the generated mm_defaults.py file.
| -rw-r--r-- | Mailman/mm_cfg.py.dist.in | 7 | ||||
| -rw-r--r-- | modules/mm_cfg.py.in | 7 |
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.) |
