diff options
Diffstat (limited to 'modules/mm_cfg.py')
| -rw-r--r-- | modules/mm_cfg.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
