Need to import sys!

This commit is contained in:
Guido van Rossum 1999-01-04 15:52:33 +00:00
parent f903898fff
commit d53869ea33
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ import string
import os
import re
import fnmatch
import sys
from Tkinter import *
import tkMessageBox
import SearchEngine