summaryrefslogtreecommitdiff
path: root/Lib/distutils/bcppcompiler.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-08-09 21:02:34 +0000
committerAndrew M. Kuchling <amk@amk.ca>2001-08-09 21:02:34 +0000
commit40f834f0618f8816794dff8acbd95d097653a19a (patch)
tree2954c97b2ead1f65c2d88b1a572dbc50a61b19e8 /Lib/distutils/bcppcompiler.py
parent3a0e918d6728c86b99d1bab75be1a5be5abce144 (diff)
downloadcpython-40f834f0618f8816794dff8acbd95d097653a19a.tar.gz
Import UnknownFileError
Diffstat (limited to 'Lib/distutils/bcppcompiler.py')
-rw-r--r--Lib/distutils/bcppcompiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/bcppcompiler.py b/Lib/distutils/bcppcompiler.py
index 00ccec548b..2742b5fe33 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