font_to_py.py font_test.py Fix shebang.

pull/32/head
Peter Hinch 2020-05-12 09:20:51 +01:00
rodzic 5975b35883
commit 2d50c93802
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
#! /usr/bin/python3
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
# The MIT License (MIT)

Wyświetl plik

@ -1,4 +1,4 @@
#! /usr/bin/python3
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
# Needs freetype-py>=1.0