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:
parent
c43bad2369
commit
cbfdfca089
|
@ -33,6 +33,7 @@ __all__ = [
|
|||
'is_source',
|
||||
'is_known_suffix',
|
||||
'lang_suffixes',
|
||||
'LANGUAGES_USING_LDFLAGS',
|
||||
'sort_clink',
|
||||
|
||||
'compiler_from_language',
|
||||
|
|
Loading…
Reference in New Issue