diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2016-10-17 20:13:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-17 20:13:18 +0200 |
commit | e96c49f849fd9c5e41c8284c7122ec94909badac (patch) | |
tree | e473a07559ec8d6fc1b98362a2a9badceab4309d /doc/tools/makehtml.py | |
parent | c4b7c7d81bf3d4750aa5a824ec108ba121565c48 (diff) | |
parent | fc8ccd5b8c8b779bffd0f4d7f22f2f964c939163 (diff) |
Merge pull request #6850 from akien-mga/pr-scsub-shebang
SCsub: Add python shebang as a hint for syntax highlighting
Diffstat (limited to 'doc/tools/makehtml.py')
-rw-r--r-- | doc/tools/makehtml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tools/makehtml.py b/doc/tools/makehtml.py index 26edda0935..b0a8cbda88 100644 --- a/doc/tools/makehtml.py +++ b/doc/tools/makehtml.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- import sys |