瀏覽代碼

Use correct shebang for python scripts

Stefan Profanter 6 年之前
父節點
當前提交
d862b1ee1b
共有 3 個文件被更改,包括 6 次插入0 次删除
  1. 2 0
      tools/amalgamate.py
  2. 2 0
      tools/c2rst.py
  3. 2 0
      tools/generate_statuscode_descriptions.py

+ 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/.