Skip to content

Commit

Permalink
xcodebackend: Undefined variable 'MesonException'
Browse files Browse the repository at this point in the history
E:430,22: Undefined variable 'MesonException' (undefined-variable)

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
  • Loading branch information
ignatenkobrain committed Jun 19, 2015
1 parent 174e724 commit c0808f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xcodebackend.py
Expand Up @@ -16,6 +16,8 @@
import mesonlib
import uuid, os, sys

from coredata import MesonException

class XCodeBackend(backends.Backend):
def __init__(self, build, interp):
super().__init__(build, interp)
Expand Down

0 comments on commit c0808f1

Please sign in to comment.