Remove a use of callable() in fileinput to silence a -3 warning.
commitb778db8145febb53e2ea9d3d8d73edc1c1d66310
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 3 Aug 2008 23:52:32 +0000 (3 23:52 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 3 Aug 2008 23:52:32 +0000 (3 23:52 +0000)
tree6d7c3a647186171131793972e7684670504fb92e
parent9a07b49f87b19fa35612a1ade86abcba5b9be6d8
Remove a use of callable() in fileinput to silence a -3 warning.

git-svn-id: http://svn.python.org/projects/python/trunk@65455 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/fileinput.py