summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/test/widget_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/tkinter/test/widget_tests.py')
-rw-r--r--Lib/tkinter/test/widget_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/tkinter/test/widget_tests.py b/Lib/tkinter/test/widget_tests.py
index f9910b0..83db28b 100644
--- a/Lib/tkinter/test/widget_tests.py
+++ b/Lib/tkinter/test/widget_tests.py
@@ -11,7 +11,7 @@ noconv = str if tcl_version < (8, 5) else False
_sentinel = object()
class AbstractWidgetTest:
- _conv_pixels = round if tcl_version[:2] != (8, 5) else int
+ _conv_pixels = round
_conv_pad_pixels = None
wantobjects = True