mirror of
https://github.com/python/cpython.git
synced 2024-11-28 04:15:11 +08:00
Drop some dead imports of imp
This commit is contained in:
parent
c81549f476
commit
27bbfdbc4c
@ -1,6 +1,5 @@
|
||||
import os
|
||||
import sys
|
||||
import imp
|
||||
import importlib.machinery
|
||||
|
||||
from idlelib.TreeWidget import TreeItem
|
||||
|
@ -16,7 +16,6 @@
|
||||
|
||||
import os
|
||||
from tkinter import *
|
||||
import imp
|
||||
|
||||
from idlelib import ZoomHeight
|
||||
from idlelib.configHandler import idleConf
|
||||
|
Loading…
Reference in New Issue
Block a user