diff options
Diffstat (limited to 'Lib/tkinter/tix.py')
| -rw-r--r-- | Lib/tkinter/tix.py | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/tkinter/tix.py b/Lib/tkinter/tix.py index adb629a7c8..8a8ab91f89 100644 --- a/Lib/tkinter/tix.py +++ b/Lib/tkinter/tix.py @@ -29,10 +29,6 @@  from tkinter import *  from tkinter import _cnfmerge, _default_root -# WARNING - TkVersion is a limited precision floating point number -if TkVersion < 3.999: -    raise ImportError("This version of Tix.py requires Tk 4.0 or higher") -  import _tkinter # If this fails your Python may not be configured for Tk  # Some more constants (for consistency with Tkinter)  | 
