Import UnknownFileError

This commit is contained in:
Andrew M. Kuchling 2001-08-09 21:02:34 +00:00
parent 106ffdb672
commit 6386a4c846
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ __revision__ = "$Id$"
import sys, os
from distutils.errors import \
DistutilsExecError, DistutilsPlatformError, \
CompileError, LibError, LinkError
CompileError, LibError, LinkError, UnknownFileError
from distutils.ccompiler import \
CCompiler, gen_preprocess_options, gen_lib_options
from distutils.file_util import write_file