diff options
Diffstat (limited to 'mesonbuild/mparser.py')
-rw-r--r-- | mesonbuild/mparser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/mparser.py b/mesonbuild/mparser.py index 090684c..fd720fb 100644 --- a/mesonbuild/mparser.py +++ b/mesonbuild/mparser.py @@ -13,7 +13,7 @@ # limitations under the License. import re -from .coredata import MesonException +from .mesonlib import MesonException class ParseException(MesonException): def __init__(self, text, lineno, colno): |