diff options
author | Georg Brandl <georg@python.org> | 2008-05-17 19:15:58 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-17 19:15:58 (GMT) |
commit | 6e47a33e49f01c06d616a05331ea6493f33b3988 (patch) | |
tree | b0f8e76251cc46903e108dedd58314a913a6e047 /PC/VS7.1/python20.wse | |
parent | 2e08136b3c1bc24794d08f1cb2929c5621bf3d3f (diff) | |
download | cpython-6e47a33e49f01c06d616a05331ea6493f33b3988.zip cpython-6e47a33e49f01c06d616a05331ea6493f33b3988.tar.gz cpython-6e47a33e49f01c06d616a05331ea6493f33b3988.tar.bz2 |
Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned.
Diffstat (limited to 'PC/VS7.1/python20.wse')
-rw-r--r-- | PC/VS7.1/python20.wse | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PC/VS7.1/python20.wse b/PC/VS7.1/python20.wse index fa11af4..6c1c387 100644 --- a/PC/VS7.1/python20.wse +++ b/PC/VS7.1/python20.wse @@ -2040,8 +2040,8 @@ end item: Remark end item: Install File - Source=..\lib\lib-tk\*.py - Destination=%MAINDIR%\Lib\lib-tk + Source=..\lib\tkinter\*.py + Destination=%MAINDIR%\Lib\tkinter Description=Tkinter related library modules Flags=0000000000000010 end @@ -2726,7 +2726,7 @@ end item: Edit Registry Total Keys=1 Key=Software\Python\PythonCore\%PY_VERSION%\PythonPath - New Value=%MAINDIR%\Lib;%MAINDIR%\DLLs;%MAINDIR%\Lib\lib-tk + New Value=%MAINDIR%\Lib;%MAINDIR%\DLLs New Value= Root=2 end @@ -2764,7 +2764,7 @@ end item: Edit Registry Total Keys=1 Key=Software\Python\PythonCore\%PY_VERSION%\PythonPath - New Value=%MAINDIR%\Lib;%MAINDIR%\DLLs;%MAINDIR%\Lib\lib-tk + New Value=%MAINDIR%\Lib;%MAINDIR%\DLLs New Value= Root=1 end |