summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/test_loaded_modules.py
AgeCommit message (Collapse)Author
2023-10-20add missing imports for future annotationsEli Schwartz
2022-09-28Move classes used by scripts to their own moduleXavier Claessens
Those classes are used by wrapper scripts and we should not have to import the rest of mesonlib, build.py, and all their dependencies for that. This renames mesonlib/ directory to utils/ and add a mesonlib.py module that imports everything from utils/ to not have to change `import mesonlib` everywhere. It allows to import utils.core without importing the rest of mesonlib.