From 35f2a657ead86bd93184ff6c282a49eaa717f6ff Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 5 Dec 2019 15:17:53 +0000 Subject: [PATCH] Update ./fonttools script to use Python 3 --- fonttools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fonttools b/fonttools index e914367aa..90bc63f99 100755 --- a/fonttools +++ b/fonttools @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import sys import os.path