]> granicus.if.org Git - python/commit
Issue #21337: Add bare-bones Tix test
authorZachary Ware <zachary.ware@gmail.com>
Mon, 18 May 2015 01:55:42 +0000 (20:55 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Mon, 18 May 2015 01:55:42 +0000 (20:55 -0500)
commit4baebfe86782fec741fc1b992e7bc5e40d3f6444
tree7ea523e08ed8b452ce2604b2fdef583c09f46749
parentc17686f071c6f5b5d20366ae32188327a36e282e
Issue #21337: Add bare-bones Tix test

All this does is confirm that Tix is available on Windows, which should
always be the case (if _tkinter itself is available).
Lib/test/test_tix.py [new file with mode: 0644]