Remove unnecessary imports

This commit is contained in:
Neal Norwitz 2002-09-12 20:36:01 +00:00
parent 089061f7f0
commit a39a445c9b
1 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,4 @@
import os
import re
import fnmatch
from Tkinter import *
import tkMessageBox
import SearchEngine
from SearchDialogBase import SearchDialogBase