From fc8ccd5b8c8b779bffd0f4d7f22f2f964c939163 Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Mon, 17 Oct 2016 08:50:25 +0200 Subject: SCsub: Add python shebang as a hint for syntax highlighting Also switch existing shebangs to "better" /usr/bin/env python. --- doc/tools/doc_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/tools/doc_status.py') diff --git a/doc/tools/doc_status.py b/doc/tools/doc_status.py index 35a6bc8bc..f0ede405c 100755 --- a/doc/tools/doc_status.py +++ b/doc/tools/doc_status.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import sys import re -- cgit v1.2.3-70-g09d2