diff options
| author | Xavier Claessens <xavier.claessens@collabora.com> | 2018-05-13 10:36:58 -0400 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2018-06-06 20:02:37 +0000 |
| commit | aa879b7f0cd3ed36e87ee7699e060c48d66f6b67 (patch) | |
| tree | cdb21419a6e2c99578b5086c557650e97d7936c4 /mesonbuild/mconf.py | |
| parent | b7d442150dd8575f0756e3bc9e953d0f198e16c6 (diff) | |
| download | meson-aa879b7f0cd3ed36e87ee7699e060c48d66f6b67.tar.gz | |
Fix issues found by flake8
Diffstat (limited to 'mesonbuild/mconf.py')
| -rw-r--r-- | mesonbuild/mconf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mesonbuild/mconf.py b/mesonbuild/mconf.py index 9ac5d4a92..96784aa87 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(): |
