[Python-checkins] python/dist/src/Lib/plat-mac pimp.py,1.18,1.19

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Fri, 02 May 2003 13:27:45 -0700


Update of /cvsroot/python/python/dist/src/Lib/plat-mac
In directory sc8-pr-cvs1:/tmp/cvs-serv19010

Modified Files:
	pimp.py 
Log Message:
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.


Index: pimp.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/pimp.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** pimp.py	22 Apr 2003 13:56:19 -0000	1.18
--- pimp.py	2 May 2003 20:27:40 -0000	1.19
***************
*** 44,48 ****
  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()
  
  def _cmd(output, dir, *cmditems):
--- 44,48 ----
  DEFAULT_BUILDDIR='/tmp'
  DEFAULT_INSTALLDIR=distutils.sysconfig.get_python_lib()
! DEFAULT_PIMPDATABASE="http://homepages.cwi.nl/~jack/pimp/pimp-%s.plist" % distutils.util.get_platform()
  
  def _cmd(output, dir, *cmditems):