summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/mm_cfg.py.dist.in4
-rw-r--r--modules/mm_cfg.py4
-rw-r--r--modules/mm_cfg.py.in4
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