xcodebackend: Undefined variable 'MesonException'

E:430,22: Undefined variable 'MesonException' (undefined-variable)

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2015-06-19 10:31:56 +03:00
parent 174e72413f
commit c0808f112e
1 changed files with 2 additions and 0 deletions

View File

@ -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)