aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/qt5.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-12-21 00:09:44 +0200
committerGitHub <noreply@github.com>2016-12-21 00:09:44 +0200
commita2528a881640913dfc71fab7f15225d7e7d9a567 (patch)
treed4c90f6ae3a87624a4a7d7e90e48e2e700ee1d3f /mesonbuild/modules/qt5.py
parent39ab311019aed50c6baf3dcb2e1c1bfe0bbe15e8 (diff)
parent139e020ede8a954a276e69d5c1921884ef9725ce (diff)
downloadmeson-a2528a881640913dfc71fab7f15225d7e7d9a567.zip
meson-a2528a881640913dfc71fab7f15225d7e7d9a567.tar.gz
meson-a2528a881640913dfc71fab7f15225d7e7d9a567.tar.bz2
Merge pull request #1233 from mesonbuild/wip/ignatenko/code-style
Trivial cleanups in code
Diffstat (limited to 'mesonbuild/modules/qt5.py')
-rw-r--r--mesonbuild/modules/qt5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/modules/qt5.py b/mesonbuild/modules/qt5.py
index da1ac83..35a475a 100644
--- a/mesonbuild/modules/qt5.py
+++ b/mesonbuild/modules/qt5.py
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-import os, subprocess
+import os
from .. import mlog
from .. import build
from ..mesonlib import MesonException, Popen_safe