mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Remove unnecessary imports
This commit is contained in:
parent
089061f7f0
commit
a39a445c9b
1 changed files with 0 additions and 4 deletions
|
|
@ -1,8 +1,4 @@
|
||||||
import os
|
|
||||||
import re
|
|
||||||
import fnmatch
|
|
||||||
from Tkinter import *
|
from Tkinter import *
|
||||||
import tkMessageBox
|
|
||||||
import SearchEngine
|
import SearchEngine
|
||||||
from SearchDialogBase import SearchDialogBase
|
from SearchDialogBase import SearchDialogBase
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue