diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-01-15 21:57:10 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-01-15 21:57:10 +0200 |
commit | 61cb4ae9ca5e0ee7b9864e22621fcbc44a9b407b (patch) | |
tree | 7ef18a7a472b34356da7d949cf111e364037cde2 /scripts/symbolextractor.py | |
parent | a5508d3fd362ea33633d9706a6257ef0f0c2bbc0 (diff) | |
download | meson-61cb4ae9ca5e0ee7b9864e22621fcbc44a9b407b.zip meson-61cb4ae9ca5e0ee7b9864e22621fcbc44a9b407b.tar.gz meson-61cb4ae9ca5e0ee7b9864e22621fcbc44a9b407b.tar.bz2 |
Can compile full test suite.
Diffstat (limited to 'scripts/symbolextractor.py')
-rwxr-xr-x | scripts/symbolextractor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/symbolextractor.py b/scripts/symbolextractor.py index f2c709d..fe86d35 100755 --- a/scripts/symbolextractor.py +++ b/scripts/symbolextractor.py @@ -23,7 +23,7 @@ # http://cgit.freedesktop.org/libreoffice/core/commit/?id=3213cd54b76bc80a6f0516aac75a48ff3b2ad67c import sys, subprocess -import mesonlib +from meson import mesonlib import argparse parser = argparse.ArgumentParser() |