mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
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.
This commit is contained in:
parent
834f463948
commit
4f45011af2
1 changed files with 1 additions and 1 deletions
|
|
@ -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."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue