mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Import UnknownFileError
This commit is contained in:
parent
106ffdb672
commit
6386a4c846
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue