From 36f55ea7b46ec796c374832b1768af0ecf2d0d53 Mon Sep 17 00:00:00 2001 From: Ben Steadman Date: Wed, 27 Mar 2019 20:04:50 +0000 Subject: [PATCH] python3 shebang lines --- contrib/contributors.py | 2 +- contrib/cyrillic_convert.py | 2 +- contrib/gallery.py | 1 + contrib/playerInspect.py | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/contrib/contributors.py b/contrib/contributors.py index e1d4da3..a46a29a 100644 --- a/contrib/contributors.py +++ b/contrib/contributors.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 """Update the contributor list Alias handling is done by git with .mailmap diff --git a/contrib/cyrillic_convert.py b/contrib/cyrillic_convert.py index aa748e5..58eafd3 100644 --- a/contrib/cyrillic_convert.py +++ b/contrib/cyrillic_convert.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 """Convert gibberish back into Cyrillic""" diff --git a/contrib/gallery.py b/contrib/gallery.py index abfacbf..289cbac 100644 --- a/contrib/gallery.py +++ b/contrib/gallery.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 """ Outputs a huge image with all currently-supported block textures. """ diff --git a/contrib/playerInspect.py b/contrib/playerInspect.py index e8d070e..568e427 100644 --- a/contrib/playerInspect.py +++ b/contrib/playerInspect.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 """ Very basic player.dat inspection script """