blob: 77d3df09e13b93982b97ca1c1bd0354d1c94c1dd [file] [log] [blame]
Georg Brandlad9afeb2008-05-16 15:48:15 +00001import sys
2from warnings import warnpy3k
3
4warnpy3k("the Tix module has been renamed "
5 "to 'tkinter.tix' in Python 3.0", stacklevel=2)
6
7import tkinter.tix
8sys.modules[__name__] = tkinter.tix