aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mintro.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-10-04 00:38:42 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2016-10-07 21:10:33 +0300
commit1f4cce86add495fb07ae9ace83907dbd1415dd68 (patch)
tree244292004b9891ce341bf7266069439881384556 /mesonbuild/mintro.py
parent1df8c5c62b7492b89eb4c3d836d33eba215def7f (diff)
downloadmeson-1f4cce86add495fb07ae9ace83907dbd1415dd68.zip
meson-1f4cce86add495fb07ae9ace83907dbd1415dd68.tar.gz
meson-1f4cce86add495fb07ae9ace83907dbd1415dd68.tar.bz2
Remove shebangs on files that are not runnable and add execute bits to those that are.
Diffstat (limited to 'mesonbuild/mintro.py')
-rw-r--r--mesonbuild/mintro.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/mesonbuild/mintro.py b/mesonbuild/mintro.py
index 2086c37..a18912e 100644
--- a/mesonbuild/mintro.py
+++ b/mesonbuild/mintro.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python3
-
# Copyright 2014-2016 The Meson development team
# Licensed under the Apache License, Version 2.0 (the "License");