aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-09-07 22:06:33 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2016-09-07 22:06:33 +0300
commit3f62fb788beea1ac32d514d549fdaeaaae0f3292 (patch)
treef109cb4d26d7799ab33914a98faf644e816031d5
parentb6ee5725c2531fd94dd8c6e2a614a09f9d69795d (diff)
downloadmeson-3f62fb788beea1ac32d514d549fdaeaaae0f3292.zip
meson-3f62fb788beea1ac32d514d549fdaeaaae0f3292.tar.gz
meson-3f62fb788beea1ac32d514d549fdaeaaae0f3292.tar.bz2
Remove unneeded shebang line that was triggering some linters.
-rw-r--r--mesonbuild/scripts/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/mesonbuild/scripts/__init__.py b/mesonbuild/scripts/__init__.py
index 19c4fc7..b2f2258 100644
--- a/mesonbuild/scripts/__init__.py
+++ b/mesonbuild/scripts/__init__.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python3
-
# Copyright 2016 The Meson development team
# Licensed under the Apache License, Version 2.0 (the "License");