diff options
| author | mailman | 1998-02-22 05:12:15 +0000 |
|---|---|---|
| committer | mailman | 1998-02-22 05:12:15 +0000 |
| commit | 7843139ee78e44263ccbbf72e04721f542a40c5e (patch) | |
| tree | 73e41b45396beec2d490b8952366dbcea5df415d | |
| parent | d778cc82e13b9eb80cd669f8bbf8f8aec8e86d6a (diff) | |
| download | mailman-7843139ee78e44263ccbbf72e04721f542a40c5e.tar.gz mailman-7843139ee78e44263ccbbf72e04721f542a40c5e.tar.zst mailman-7843139ee78e44263ccbbf72e04721f542a40c5e.zip | |
Belatedly reflecting migration to being central python.org server.
| -rw-r--r-- | Mailman/mm_cfg.py.dist.in | 4 | ||||
| -rw-r--r-- | modules/mm_cfg.py | 4 | ||||
| -rw-r--r-- | modules/mm_cfg.py.in | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/Mailman/mm_cfg.py.dist.in b/Mailman/mm_cfg.py.dist.in index b8a3a0f5c..53786149f 100644 --- a/Mailman/mm_cfg.py.dist.in +++ b/Mailman/mm_cfg.py.dist.in @@ -3,9 +3,9 @@ import os -MAILMAN_URL = 'http://parrot.python.org/' +MAILMAN_URL = 'http://www.python.org/' MAX_SPAWNS = 40 -DEFAULT_HOST_NAME = 'parrot.python.org' +DEFAULT_HOST_NAME = 'python.org' VERSION = '1.0b1' # Our home directory. Once we know this, we can figure out other things diff --git a/modules/mm_cfg.py b/modules/mm_cfg.py index b8a3a0f5c..53786149f 100644 --- a/modules/mm_cfg.py +++ b/modules/mm_cfg.py @@ -3,9 +3,9 @@ import os -MAILMAN_URL = 'http://parrot.python.org/' +MAILMAN_URL = 'http://www.python.org/' MAX_SPAWNS = 40 -DEFAULT_HOST_NAME = 'parrot.python.org' +DEFAULT_HOST_NAME = 'python.org' VERSION = '1.0b1' # Our home directory. Once we know this, we can figure out other things diff --git a/modules/mm_cfg.py.in b/modules/mm_cfg.py.in index b8a3a0f5c..53786149f 100644 --- a/modules/mm_cfg.py.in +++ b/modules/mm_cfg.py.in @@ -3,9 +3,9 @@ import os -MAILMAN_URL = 'http://parrot.python.org/' +MAILMAN_URL = 'http://www.python.org/' MAX_SPAWNS = 40 -DEFAULT_HOST_NAME = 'parrot.python.org' +DEFAULT_HOST_NAME = 'python.org' VERSION = '1.0b1' # Our home directory. Once we know this, we can figure out other things |
