Skip to content

Commit

Permalink
Forgot to remove no longer needed code since r68237
Browse files Browse the repository at this point in the history
  • Loading branch information
gpolo committed Jan 3, 2009
1 parent 3a9b062 commit 4baac0f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Lib/tkinter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@
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."""
Expand Down

0 comments on commit 4baac0f

Please sign in to comment.