From 6386a4c846e70230fa4a3b171c25d5557e5d0c2c Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 9 Aug 2001 21:02:34 +0000 Subject: [PATCH] Import UnknownFileError --- Lib/distutils/bcppcompiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/distutils/bcppcompiler.py b/Lib/distutils/bcppcompiler.py index 00ccec548b2..2742b5fe338 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