mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Removed unused imports.
This commit is contained in:
parent
a6f26c1d34
commit
ccd047ea4b
26 changed files with 11 additions and 31 deletions
|
@ -25,8 +25,8 @@ copy_strip - Copy idle.html to help.html, rstripping each line.
|
|||
show_idlehelp - Create HelpWindow. Called in EditorWindow.help_dialog.
|
||||
"""
|
||||
from html.parser import HTMLParser
|
||||
from os.path import abspath, dirname, isdir, isfile, join
|
||||
from tkinter import Tk, Toplevel, Frame, Text, Scrollbar, Menu, Menubutton
|
||||
from os.path import abspath, dirname, isfile, join
|
||||
from tkinter import Toplevel, Frame, Text, Scrollbar, Menu, Menubutton
|
||||
from tkinter import font as tkfont
|
||||
from idlelib.configHandler import idleConf
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@ A number of functions that enhance IDLE on Mac OSX.
|
|||
"""
|
||||
import sys
|
||||
import tkinter
|
||||
from os import path
|
||||
import warnings
|
||||
|
||||
def runningAsOSXApp():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue