diff options
| author | jpakkane <jpakkane@gmail.com> | 2015-06-19 13:10:07 +0300 |
|---|---|---|
| committer | jpakkane <jpakkane@gmail.com> | 2015-06-19 13:10:07 +0300 |
| commit | f15eb466fb5ab0713b1614bdc973d242bdb4b4ad (patch) | |
| tree | 906822ecdb2b7b441f8e5268329046b0ee3e1def /xcodebackend.py | |
| parent | 74b0fad8f11455f79c142baf95fa0ebb8ce86c62 (diff) | |
| parent | bc865ab9436a7274a08f08cfa98d91340cfe419a (diff) | |
| download | meson-f15eb466fb5ab0713b1614bdc973d242bdb4b4ad.tar.gz | |
Merge pull request #162 from mesonbuild/lint_errors
Fix some bugs when linting code
Diffstat (limited to 'xcodebackend.py')
| -rw-r--r-- | xcodebackend.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xcodebackend.py b/xcodebackend.py index 9bb97930d..a5df6a571 100644 --- a/xcodebackend.py +++ b/xcodebackend.py @@ -16,6 +16,8 @@ import backends, build import mesonlib import uuid, os, sys +from coredata import MesonException + class XCodeBackend(backends.Backend): def __init__(self, build, interp): super().__init__(build, interp) |
