diff --git a/mparser.py b/mparser.py index e85a15473..a0be3787a 100644 --- a/mparser.py +++ b/mparser.py @@ -17,8 +17,6 @@ import re import sys from coredata import MesonException -from array import array -from orca.messages import itemsFound class ParseException(MesonException): def __init__(self, text, lineno, colno):