aboutsummaryrefslogtreecommitdiff
path: root/run_meson_command_tests.py
diff options
context:
space:
mode:
authorMichael Hirsch <scivision@users.noreply.github.com>2020-05-14 14:04:32 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2020-06-15 23:33:40 +0300
commit6f2eb6233cca9d92f6a41a39e56f547e8e82a2b6 (patch)
tree8256c46fd0eda03fba6426a9390e4baf168de385 /run_meson_command_tests.py
parent1ec84c570fe33309a388238c247caac9578b2191 (diff)
downloadmeson-6f2eb6233cca9d92f6a41a39e56f547e8e82a2b6.zip
meson-6f2eb6233cca9d92f6a41a39e56f547e8e82a2b6.tar.gz
meson-6f2eb6233cca9d92f6a41a39e56f547e8e82a2b6.tar.bz2
pep8: add missing import, remove unused variable
Diffstat (limited to 'run_meson_command_tests.py')
-rwxr-xr-xrun_meson_command_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_meson_command_tests.py b/run_meson_command_tests.py
index c1af758..6ed3d8f 100755
--- a/run_meson_command_tests.py
+++ b/run_meson_command_tests.py
@@ -196,5 +196,5 @@ class CommandTests(unittest.TestCase):
if __name__ == '__main__':
- print('Meson build system', meson_version, ' Command Tests')
+ print('Meson build system', meson_version, 'Command Tests')
raise SystemExit(unittest.main(buffer=True))