aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/qt4.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-12-15 22:20:03 +0200
committerGitHub <noreply@github.com>2016-12-15 22:20:03 +0200
commit21e475b64b2eaadfc9f5209562d008999417ee7d (patch)
treecc4aaddfc75f60751c3c1ccc0c7a41343ae7b6ad /mesonbuild/modules/qt4.py
parent925f880e6ba4155a9a2d9b075cde20eff25039ca (diff)
parentff8cdf86f4a36290156424bfeb5efbde788a5953 (diff)
downloadmeson-21e475b64b2eaadfc9f5209562d008999417ee7d.zip
meson-21e475b64b2eaadfc9f5209562d008999417ee7d.tar.gz
meson-21e475b64b2eaadfc9f5209562d008999417ee7d.tar.bz2
Merge pull request #1194 from centricular/critical-bugfixes-vala
A bunch of bugfixes for Vala
Diffstat (limited to 'mesonbuild/modules/qt4.py')
-rw-r--r--mesonbuild/modules/qt4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/modules/qt4.py b/mesonbuild/modules/qt4.py
index ab285fb..63dfef8 100644
--- a/mesonbuild/modules/qt4.py
+++ b/mesonbuild/modules/qt4.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