From aa879b7f0cd3ed36e87ee7699e060c48d66f6b67 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sun, 13 May 2018 10:36:58 -0400 Subject: Fix issues found by flake8 --- mesonbuild/scripts/meson_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/scripts') diff --git a/mesonbuild/scripts/meson_install.py b/mesonbuild/scripts/meson_install.py index eaa992b58..3b3be114d 100644 --- a/mesonbuild/scripts/meson_install.py +++ b/mesonbuild/scripts/meson_install.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import sys, pickle, os, shutil, subprocess, gzip, platform, errno +import sys, pickle, os, shutil, subprocess, gzip, errno import shlex from glob import glob from . import depfixer -- cgit v1.2.3