Procházet zdrojové kódy

Use correct shebang for python scripts

Stefan Profanter před 6 roky
rodič
revize
d862b1ee1b

+ 2 - 0
tools/amalgamate.py

@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
 # coding: UTF-8
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this 

+ 2 - 0
tools/c2rst.py

@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this 
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.

+ 2 - 0
tools/generate_statuscode_descriptions.py

@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this 
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.