summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-05-02 20:27:40 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-05-02 20:27:40 (GMT)
commit4f45011af299b8861068f029a578ed7830cfadc8 (patch)
tree3a0a3ef0ef614ce63cef5eb96768aed8bf2536de /Lib/plat-mac
parent834f4639485c68ae3d6d0016a4092417940a9fd6 (diff)
downloadcpython-4f45011af299b8861068f029a578ed7830cfadc8.zip
cpython-4f45011af299b8861068f029a578ed7830cfadc8.tar.gz
cpython-4f45011af299b8861068f029a578ed7830cfadc8.tar.bz2
CWI moved websites around without me knowing it, and together with
a bug in urllib2 this caused pimp to stop working. Fixed the URL to make it work again.
Diffstat (limited to 'Lib/plat-mac')
-rw-r--r--Lib/plat-mac/pimp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-mac/pimp.py b/Lib/plat-mac/pimp.py
index 8a44963..0f42771 100644
--- a/Lib/plat-mac/pimp.py
+++ b/Lib/plat-mac/pimp.py
@@ -43,7 +43,7 @@ DEFAULT_FLAVORORDER=['source', 'binary']
DEFAULT_DOWNLOADDIR='/tmp'
DEFAULT_BUILDDIR='/tmp'
DEFAULT_INSTALLDIR=distutils.sysconfig.get_python_lib()
-DEFAULT_PIMPDATABASE="http://www.cwi.nl/~jack/pimp/pimp-%s.plist" % distutils.util.get_platform()
+DEFAULT_PIMPDATABASE="http://homepages.cwi.nl/~jack/pimp/pimp-%s.plist" % distutils.util.get_platform()
def _cmd(output, dir, *cmditems):
"""Internal routine to run a shell command in a given directory."""