]> granicus.if.org Git - python/commitdiff
Forgot to remove no longer needed code since r68237
authorGuilherme Polo <ggpolo@gmail.com>
Sat, 3 Jan 2009 22:13:31 +0000 (22:13 +0000)
committerGuilherme Polo <ggpolo@gmail.com>
Sat, 3 Jan 2009 22:13:31 +0000 (22:13 +0000)
Lib/tkinter/__init__.py

index 63cb895695d0867031400c2c7f8a15b6610a4f27..a6397ea701829b764be54074772d21c5af892a0d 100644 (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."""