From 4f45011af299b8861068f029a578ed7830cfadc8 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 2 May 2003 20:27:40 +0000 Subject: 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. --- Lib/plat-mac/pimp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.""" -- cgit v0.12