mirror of https://github.com/python/cpython.git
Forgot to remove no longer needed code since r68237
This commit is contained in:
parent
3a9b062f5b
commit
4baac0f913
|
@ -49,12 +49,6 @@
|
||||||
WRITABLE = _tkinter.WRITABLE
|
WRITABLE = _tkinter.WRITABLE
|
||||||
EXCEPTION = _tkinter.EXCEPTION
|
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):
|
def _flatten(seq):
|
||||||
"""Internal function."""
|
"""Internal function."""
|
||||||
|
|
Loading…
Reference in New Issue