From 2d50c938029dcbdedfaae1f082bf2770d296a989 Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Tue, 12 May 2020 09:20:51 +0100 Subject: [PATCH] font_to_py.py font_test.py Fix shebang. --- font_test.py | 2 +- font_to_py.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/font_test.py b/font_test.py index 503c5fe..2486c0b 100755 --- a/font_test.py +++ b/font_test.py @@ -1,4 +1,4 @@ -#! /usr/bin/python3 +#! /usr/bin/env python3 # -*- coding: utf-8 -*- # The MIT License (MIT) diff --git a/font_to_py.py b/font_to_py.py index 3ab181e..8f8fb3d 100755 --- a/font_to_py.py +++ b/font_to_py.py @@ -1,4 +1,4 @@ -#! /usr/bin/python3 +#! /usr/bin/env python3 # -*- coding: utf-8 -*- # Needs freetype-py>=1.0