]> granicus.if.org Git - python/commitdiff
Import UnknownFileError
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 9 Aug 2001 21:02:34 +0000 (21:02 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 9 Aug 2001 21:02:34 +0000 (21:02 +0000)
Lib/distutils/bcppcompiler.py

index 00ccec548b2be18af63b0496db0c7bbcf05eaa1d..2742b5fe338c5260aa7af95cec39277d0bb63917 100644 (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