compilers: publicly export one more constant

It is imported from a subpackage in __init__ alongside a big list of
other things which are all exported. And elsewhere, this import is
re-imported by other code. It's pretty clearly an oversight that it
didn't get added to __all__
This commit is contained in:
Eli Schwartz 2021-09-14 01:05:09 -04:00
parent c43bad2369
commit cbfdfca089
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ __all__ = [
'is_source',
'is_known_suffix',
'lang_suffixes',
'LANGUAGES_USING_LDFLAGS',
'sort_clink',
'compiler_from_language',