From c08045c4180c2823f39b6ec1dfdccd6bbec19e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Sat, 3 Oct 2020 14:54:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=8C=EF=B8=8F=20The=20shebang=20is=20im?= =?UTF-8?q?portant?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build.py b/build.py index 4b9a695b..b75f2173 100755 --- a/build.py +++ b/build.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 # -*- coding: utf-8 -*- from __future__ import division, absolute_import, print_function, unicode_literals