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/mconf.py | 1 - 1 file changed, 1 deletion(-) (limited to 'mesonbuild/mconf.py') diff --git a/mesonbuild/mconf.py b/mesonbuild/mconf.py index 9ac5d4a..96784aa 100644 --- a/mesonbuild/mconf.py +++ b/mesonbuild/mconf.py @@ -15,7 +15,6 @@ import os import sys import argparse -import shlex from . import (coredata, mesonlib, build) def buildparser(): -- cgit v1.1