mirror of
https://github.com/python/cpython.git
synced 2025-10-06 23:21:06 +00:00
[3.6] bpo-29919 Remove unused imports from idlelib [GH-137] (#2105)
Part of patch by Victor Stinner.
(cherry-pick from d6debb24e0
)
This commit is contained in:
parent
d755d19ac4
commit
c6696feb09
7 changed files with 4 additions and 9 deletions
|
@ -1,7 +1,5 @@
|
|||
import unittest
|
||||
from tkinter import Tk, Text
|
||||
from idlelib.editor import EditorWindow
|
||||
from test.support import requires
|
||||
|
||||
class Editor_func_test(unittest.TestCase):
|
||||
def test_filename_to_unicode(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue