summaryrefslogtreecommitdiffstats
path: root/doc/tools/doc_status.py
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-10-17 08:50:25 +0200
committerRémi Verschelde <rverschelde@gmail.com>2016-10-17 20:10:46 +0200
commitfc8ccd5b8c8b779bffd0f4d7f22f2f964c939163 (patch)
tree884aef60419ceb724800fe71c23adc4af238bbdd /doc/tools/doc_status.py
parent89132224a651c0e0d4121270f63decb9a678ff88 (diff)
downloadredot-engine-fc8ccd5b8c8b779bffd0f4d7f22f2f964c939163.tar.gz
SCsub: Add python shebang as a hint for syntax highlighting
Also switch existing shebangs to "better" /usr/bin/env python.
Diffstat (limited to 'doc/tools/doc_status.py')
-rwxr-xr-xdoc/tools/doc_status.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tools/doc_status.py b/doc/tools/doc_status.py
index 35a6bc8bc4..f0ede405ce 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