aboutsummaryrefslogtreecommitdiff
path: root/mesontest.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-10-16 20:01:03 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2016-11-18 22:04:29 +0200
commit951262d7590343ffa9730666c427ad9d708a9fb6 (patch)
treed0ec82ffcf41ae5f30840c35a74d4da02dd26381 /mesontest.py
parenta5a4c85eca95a31547e94d220c0e1a5ce4adf22d (diff)
downloadmeson-951262d7590343ffa9730666c427ad9d708a9fb6.zip
meson-951262d7590343ffa9730666c427ad9d708a9fb6.tar.gz
meson-951262d7590343ffa9730666c427ad9d708a9fb6.tar.bz2
Removed Valgrind from core.
Diffstat (limited to 'mesontest.py')
-rwxr-xr-xmesontest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesontest.py b/mesontest.py
index 6fda88d..3ab8ef3 100755
--- a/mesontest.py
+++ b/mesontest.py
@@ -17,7 +17,7 @@
# A tool to run tests in many different ways.
import subprocess, sys, os, argparse
-import pickle, statistics, json
+import pickle
from mesonbuild.scripts import meson_test
parser = argparse.ArgumentParser()