diff --git a/share/tools/create_manpage_completions.py b/share/tools/create_manpage_completions.py index f0326537e..bbee8d102 100755 --- a/share/tools/create_manpage_completions.py +++ b/share/tools/create_manpage_completions.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # Run me like this: ./create_manpage_completions.py /usr/share/man/man{1,8}/* > man_completions.fish diff --git a/share/tools/deroff.py b/share/tools/deroff.py index 4ef4fb690..ac3d89650 100755 --- a/share/tools/deroff.py +++ b/share/tools/deroff.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- """ Deroff.py, ported to Python from the venerable deroff.c """ diff --git a/share/tools/web_config/webconfig.py b/share/tools/web_config/webconfig.py index 58702f2fa..8fb945d7b 100755 --- a/share/tools/web_config/webconfig.py +++ b/share/tools/web_config/webconfig.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - from __future__ import unicode_literals from __future__ import print_function import binascii