summaryrefslogtreecommitdiff
path: root/Lib/test/test_ttk_textonly.py
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-04-24 07:31:42 +0300
committerBerker Peksag <berker.peksag@gmail.com>2016-04-24 07:31:42 +0300
commit1e8ee9b3808cd6c1a7a29c75115d1060a8ee877b (patch)
tree9c5d557fb8c405a96717868314df06476749cb36 /Lib/test/test_ttk_textonly.py
parent37917369d5772943e1e417df58e4e7d3db75b083 (diff)
downloadcpython-git-1e8ee9b3808cd6c1a7a29c75115d1060a8ee877b.tar.gz
Issue #23277: Remove unused sys and os imports
Patch by Jon Dufresne.
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.