We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205a3ec commit e2a30b5Copy full SHA for e2a30b5
distutils/ccompiler.py
@@ -14,15 +14,15 @@
14
from .compilers.C.errors import CompileError, LinkError
15
16
__all__ = [
17
- "CompileError",
18
- "LinkError",
19
- "_default_compilers",
20
- "compiler_class",
21
- "gen_lib_options",
22
- "gen_preprocess_options",
23
- "get_default_compiler",
24
- "new_compiler",
25
- "show_compilers",
+ 'CompileError',
+ 'LinkError',
+ '_default_compilers',
+ 'compiler_class',
+ 'gen_lib_options',
+ 'gen_preprocess_options',
+ 'get_default_compiler',
+ 'new_compiler',
+ 'show_compilers',
26
]
27
28
0 commit comments