diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-07-29 21:04:09 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-07-29 21:04:09 (GMT) |
commit | 412e458495f426bd14e5c3fab16c72d447a314c0 (patch) | |
tree | 8dff27892c75660504ac5f2120aca25e5d3e6305 /PCbuild | |
parent | d8c7da4bf0a519c8b984bbbdb6e0e548ae86cff4 (diff) | |
download | cpython-412e458495f426bd14e5c3fab16c72d447a314c0.zip cpython-412e458495f426bd14e5c3fab16c72d447a314c0.tar.gz cpython-412e458495f426bd14e5c3fab16c72d447a314c0.tar.bz2 |
Remove Lib\plat-win from PYTHONPATH; that directory went away a year ago.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python20.wse | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 1480aa6..3185395 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -1578,7 +1578,8 @@ end item: Edit Registry Total Keys=1 Key=Software\Python\PythonCore\%PY_VERSION%\PythonPath - New Value=%MAINDIR%\Lib\plat-win;%MAINDIR%\Lib;%MAINDIR%\DLLs;%MAINDIR%\Lib\lib-tk + New Value=%MAINDIR%\Lib;%MAINDIR%\DLLs;%MAINDIR%\Lib\lib-tk + New Value= Root=2 end item: Edit Registry @@ -1614,7 +1615,8 @@ end item: Edit Registry Total Keys=1 Key=Software\Python\PythonCore\%PY_VERSION%\PythonPath - New Value=%MAINDIR%\Lib\plat-win;%MAINDIR%\Lib;%MAINDIR%\DLLs;%MAINDIR%\Lib\lib-tk + New Value=%MAINDIR%\Lib;%MAINDIR%\DLLs;%MAINDIR%\Lib\lib-tk + New Value= Root=1 end item: Edit Registry |