diff options
| author | Daniel Mensinger <daniel@mensinger-ka.de> | 2018-12-30 13:37:41 +0100 |
|---|---|---|
| committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-01-06 12:19:32 +0100 |
| commit | 97429279031d9b9f0ad9e2e66511c67d2dd0c6a0 (patch) | |
| tree | a20c483fc3b3c836d9f1bdb45d26022d7c137b01 /mesonbuild/compilers/__init__.py | |
| parent | 2487e0a1fbf8ac33b95467f7428afd78a39537ed (diff) | |
| download | meson-97429279031d9b9f0ad9e2e66511c67d2dd0c6a0.tar.gz | |
Absolute path generation refactoring
Diffstat (limited to 'mesonbuild/compilers/__init__.py')
| -rw-r--r-- | mesonbuild/compilers/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mesonbuild/compilers/__init__.py b/mesonbuild/compilers/__init__.py index 31b7b897b..b5b2475dd 100644 --- a/mesonbuild/compilers/__init__.py +++ b/mesonbuild/compilers/__init__.py @@ -15,6 +15,7 @@ # Public symbols for compilers sub-package when using 'from . import compilers' __all__ = [ 'CompilerType', + 'Compiler', 'all_languages', 'base_options', @@ -91,6 +92,7 @@ __all__ = [ # Bring symbols from each module into compilers sub-package namespace from .compilers import ( CompilerType, + Compiler, all_languages, base_options, clib_langs, |
