coredata: fix bad-continuation

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2015-06-19 10:26:20 +03:00
parent ef1c6830cc
commit 2bdf146fe9
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ forbidden_target_names = {'clean': None,
'test-valgrind': None,
'install': None,
'build.ninja': None,
}
}
class MesonException(Exception):
def __init__(self, *args, **kwargs):