mirror of
https://github.com/python/cpython.git
synced 2025-09-11 11:17:16 +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
|
import sys, os
|
||||||
from distutils.errors import \
|
from distutils.errors import \
|
||||||
DistutilsExecError, DistutilsPlatformError, \
|
DistutilsExecError, DistutilsPlatformError, \
|
||||||
CompileError, LibError, LinkError
|
CompileError, LibError, LinkError, UnknownFileError
|
||||||
from distutils.ccompiler import \
|
from distutils.ccompiler import \
|
||||||
CCompiler, gen_preprocess_options, gen_lib_options
|
CCompiler, gen_preprocess_options, gen_lib_options
|
||||||
from distutils.file_util import write_file
|
from distutils.file_util import write_file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue