Skip to content

Commit e2a30b5

Browse files
committed
Restore quotes.
1 parent 205a3ec commit e2a30b5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

distutils/ccompiler.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
from .compilers.C.errors import CompileError, LinkError
1515

1616
__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",
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',
2626
]
2727

2828

0 commit comments

Comments
 (0)