[Python-checkins] CVS: python/dist/src/Lib/distutils bcppcompiler.py,1.8,1.9
A.M. Kuchling
akuchling@users.sourceforge.net
2001年8月09日 14:02:36 -0700
Update of /cvsroot/python/python/dist/src/Lib/distutils
In directory usw-pr-cvs1:/tmp/cvs-serv7727
Modified Files:
bcppcompiler.py
Log Message:
Import UnknownFileError
Index: bcppcompiler.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/bcppcompiler.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** bcppcompiler.py 2001年02月09日 11:14:08 1.8
--- bcppcompiler.py 2001年08月09日 21:02:34 1.9
***************
*** 18,22 ****
from distutils.errors import \
DistutilsExecError, DistutilsPlatformError, \
! CompileError, LibError, LinkError
from distutils.ccompiler import \
CCompiler, gen_preprocess_options, gen_lib_options
--- 18,22 ----
from distutils.errors import \
DistutilsExecError, DistutilsPlatformError, \
! CompileError, LibError, LinkError, UnknownFileError
from distutils.ccompiler import \
CCompiler, gen_preprocess_options, gen_lib_options