aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-10-19 20:08:41 -0400
committerEli Schwartz <eschwartz@archlinux.org>2021-10-26 20:53:43 -0400
commit81a2c1b36d91702d82234136ed1868c7118af322 (patch)
tree68c086b9d8ca5feee9ed168d561a0f447c0186f5 /run_unittests.py
parentb1f0eec38f0da1966aaedc7cb1ec2a737e2b7c64 (diff)
downloadmeson-81a2c1b36d91702d82234136ed1868c7118af322.zip
meson-81a2c1b36d91702d82234136ed1868c7118af322.tar.gz
meson-81a2c1b36d91702d82234136ed1868c7118af322.tar.bz2
remove unused imports
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-xrun_unittests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/run_unittests.py b/run_unittests.py
index bc20b22..ad62823 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -30,11 +30,9 @@ import mesonbuild.dependencies.factory
import mesonbuild.compilers
import mesonbuild.envconfig
import mesonbuild.environment
-import mesonbuild.mesonlib
import mesonbuild.coredata
import mesonbuild.modules.gnome
from mesonbuild.mesonlib import python_command, setup_vsenv
-import mesonbuild.dependencies.base
import mesonbuild.modules.pkgconfig
from unittests.allplatformstests import AllPlatformTests