mirror of https://github.com/python/cpython
Remove unnecessary imports
This commit is contained in:
parent
089061f7f0
commit
a39a445c9b
|
@ -1,8 +1,4 @@
|
|||
import os
|
||||
import re
|
||||
import fnmatch
|
||||
from Tkinter import *
|
||||
import tkMessageBox
|
||||
import SearchEngine
|
||||
from SearchDialogBase import SearchDialogBase
|
||||
|
||||
|
|
Loading…
Reference in New Issue