mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix lib-tk PythonPath.
This commit is contained in:
parent
052d0cd291
commit
f13337dd38
1 changed files with 1 additions and 1 deletions
|
@ -1085,7 +1085,7 @@ def add_registry(db):
|
|||
("InstallGroup", -1, prefix+r"\InstallPath\InstallGroup", "",
|
||||
"Python %s" % short_version, "REGISTRY"),
|
||||
("PythonPath", -1, prefix+r"\PythonPath", "",
|
||||
"[TARGETDIR]Lib;[TARGETDIR]DLLs;[TARGETDIR]lib-tk", "REGISTRY"),
|
||||
r"[TARGETDIR]Lib;[TARGETDIR]DLLs;[TARGETDIR]Lib\lib-tk", "REGISTRY"),
|
||||
("Documentation", -1, prefix+r"\Help\Main Python Documentation", "",
|
||||
r"[TARGETDIR]Doc\Python%s%s.chm" % (major, minor), "REGISTRY"),
|
||||
("Modules", -1, prefix+r"\Modules", "+", None, "REGISTRY"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue