From: Andrew M. Kuchling Date: Thu, 9 Aug 2001 21:02:34 +0000 (+0000) Subject: Import UnknownFileError X-Git-Tag: v2.2a3~694 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6386a4c846e70230fa4a3b171c25d5557e5d0c2c;p=thirdparty%2FPython%2Fcpython.git Import UnknownFileError --- diff --git a/Lib/distutils/bcppcompiler.py b/Lib/distutils/bcppcompiler.py index 00ccec548b2b..2742b5fe338c 100644 --- a/Lib/distutils/bcppcompiler.py +++ b/Lib/distutils/bcppcompiler.py @@ -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