mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
idlelib: remove unused names and imports (one is a duplicate import).
This commit is contained in:
parent
82796193f9
commit
2733618fd9
8 changed files with 5 additions and 12 deletions
|
|
@ -18,13 +18,11 @@ XXX GvR Redesign this interface (yet again) as follows:
|
|||
"""
|
||||
|
||||
import os
|
||||
import re
|
||||
import string
|
||||
import tabnanny
|
||||
import tokenize
|
||||
import tkinter.messagebox as tkMessageBox
|
||||
from idlelib.EditorWindow import EditorWindow
|
||||
from idlelib import PyShell, IOBinding
|
||||
from idlelib import PyShell
|
||||
|
||||
from idlelib.configHandler import idleConf
|
||||
from idlelib import macosxSupport
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue