Remove a use of callable() from Tkinter to silence warnings under -3.
commitcd2f18f57ca6ef20387fdf409e2edd946b2d6c9f
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 4 Aug 2008 21:24:43 +0000 (4 21:24 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 4 Aug 2008 21:24:43 +0000 (4 21:24 +0000)
tree0fac97ff3a917bd4952a90e441449b82e5470c29
parentba3898ae1194a8116fec6fc272064c099faf8584
Remove a use of callable() from Tkinter to silence warnings under -3.

git-svn-id: http://svn.python.org/projects/python/trunk@65516 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/lib-tk/Tkinter.py