mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Upgrade Tcl/Tk to 8.5.9.
This commit is contained in:
parent
09f44140aa
commit
910a4edbcd
5 changed files with 20 additions and 15 deletions
|
@ -11,8 +11,8 @@ import sys
|
|||
here = os.path.abspath(os.path.dirname(__file__))
|
||||
par = os.path.pardir
|
||||
|
||||
TCL = "tcl8.5.2"
|
||||
TK = "tk8.5.2"
|
||||
TCL = "tcl8.5.9"
|
||||
TK = "tk8.5.9"
|
||||
TIX = "tix-8.4.3.x"
|
||||
|
||||
ROOT = os.path.abspath(os.path.join(here, par, par))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue