summaryrefslogtreecommitdiff
path: root/Lib/test/test_ttk_textonly.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-06-09 16:03:23 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2016-06-09 16:03:23 +0300
commit6426ccd1891ad4b69b60ef185d8fdfee1e63ba0a (patch)
treee9cab63af0c51148e88dcb92638976b6e00eaefb /Lib/test/test_ttk_textonly.py
parent7b8126c1c27b49a88e7ed1a40df39e51a4e87b40 (diff)
parent756c4a7107e1a3ef7afc95fe3a55b04105cbb172 (diff)
downloadcpython-6426ccd1891ad4b69b60ef185d8fdfee1e63ba0a.tar.gz
Issue #26305: Argument Clinic now escapes braces. No need to double them.
Diffstat (limited to 'Lib/test/test_ttk_textonly.py')
-rw-r--r--Lib/test/test_ttk_textonly.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_ttk_textonly.py b/Lib/test/test_ttk_textonly.py
index 566fc9d09a..7540a43103 100644
--- a/Lib/test/test_ttk_textonly.py
+++ b/Lib/test/test_ttk_textonly.py
@@ -1,4 +1,3 @@
-import os
from test import support
# Skip this test if _tkinter does not exist.