[Python-checkins] CVS: python/dist/src/PCbuild python20.wse,1.53,1.54

Tim Peters tim_one@users.sourceforge.net
Sun, 29 Jul 2001 14:04:11 -0700


Update of /cvsroot/python/python/dist/src/PCbuild
In directory usw-pr-cvs1:/tmp/cvs-serv9363

Modified Files:
	python20.wse 
Log Message:
Remove Lib\plat-win from PYTHONPATH; that directory went away a year ago.


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** python20.wse	2001/07/29 19:57:07	1.53
--- python20.wse	2001/07/29 21:04:09	1.54
***************
*** 1579,1583 ****
    Total Keys=1
    Key=Software\Python\PythonCore\%PY_VERSION%\PythonPath
!   New Value=%MAINDIR%\Lib\plat-win;%MAINDIR%\Lib;%MAINDIR%\DLLs;%MAINDIR%\Lib\lib-tk
    Root=2
  end
--- 1579,1584 ----
    Total Keys=1
    Key=Software\Python\PythonCore\%PY_VERSION%\PythonPath
!   New Value=%MAINDIR%\Lib;%MAINDIR%\DLLs;%MAINDIR%\Lib\lib-tk
!   New Value=
    Root=2
  end
***************
*** 1615,1619 ****
    Total Keys=1
    Key=Software\Python\PythonCore\%PY_VERSION%\PythonPath
!   New Value=%MAINDIR%\Lib\plat-win;%MAINDIR%\Lib;%MAINDIR%\DLLs;%MAINDIR%\Lib\lib-tk
    Root=1
  end
--- 1616,1621 ----
    Total Keys=1
    Key=Software\Python\PythonCore\%PY_VERSION%\PythonPath
!   New Value=%MAINDIR%\Lib;%MAINDIR%\DLLs;%MAINDIR%\Lib\lib-tk
!   New Value=
    Root=1
  end