Remove unnecessary imports

This commit is contained in:
Neal Norwitz 2002-09-12 20:29:56 +00:00
parent 4ef1103b71
commit a59ab05fda
7 changed files with 0 additions and 10 deletions

View file

@ -1,9 +1,7 @@
import os
import re
import fnmatch
import sys
from Tkinter import *
import tkMessageBox
import SearchEngine
from SearchDialogBase import SearchDialogBase