]> granicus.if.org Git - python/commitdiff
CWI moved websites around without me knowing it, and together with
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 2 May 2003 20:27:40 +0000 (20:27 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 2 May 2003 20:27:40 +0000 (20:27 +0000)
a bug in urllib2 this caused pimp to stop working. Fixed the URL to
make it work again.

Lib/plat-mac/pimp.py

index 8a44963360fe7b2479ffcca4d231b47597799e95..0f42771f8806378ece49cab4a92bb881e866af0c 100644 (file)
@@ -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."""