Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f45011

Browse files
committed
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.
1 parent 834f463 commit 4f45011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/plat-mac/pimp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
DEFAULT_DOWNLOADDIR='/tmp'
4444
DEFAULT_BUILDDIR='/tmp'
4545
DEFAULT_INSTALLDIR=distutils.sysconfig.get_python_lib()
46-
DEFAULT_PIMPDATABASE="http://www.cwi.nl/~jack/pimp/pimp-%s.plist" % distutils.util.get_platform()
46+
DEFAULT_PIMPDATABASE="http://homepages.cwi.nl/~jack/pimp/pimp-%s.plist" % distutils.util.get_platform()
4747

4848
def _cmd(output, dir, *cmditems):
4949
"""Internal routine to run a shell command in a given directory."""

0 commit comments

Comments
 (0)