Forgot to remove no longer needed code since r68237

This commit is contained in:
Guilherme Polo 2009-01-03 22:13:31 +00:00
parent 3a9b062f5b
commit 4baac0f913
1 changed files with 0 additions and 6 deletions

View File

@ -49,12 +49,6 @@ READABLE = _tkinter.READABLE
WRITABLE = _tkinter.WRITABLE
EXCEPTION = _tkinter.EXCEPTION
# These are not always defined, e.g. not on Win32 with Tk 8.0 :-(
try: _tkinter.createfilehandler
except AttributeError: _tkinter.createfilehandler = None
try: _tkinter.deletefilehandler
except AttributeError: _tkinter.deletefilehandler = None
def _flatten(seq):
"""Internal function."""