Upgrade Tcl/Tk to 8.5.9.

This commit is contained in:
Martin v. Löwis 2010-12-17 20:43:27 +00:00
parent 09f44140aa
commit 910a4edbcd
5 changed files with 20 additions and 15 deletions

View file

@ -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))