From 583838a39d0c9ddd2440f9c12747a616b377e7ec Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 31 Dec 2018 18:55:35 -0500 Subject: [PATCH] Make tools/gfx.py executable --- tools/gfx.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/gfx.py b/tools/gfx.py index fae7bbdc4..a3d955627 100644 --- a/tools/gfx.py +++ b/tools/gfx.py @@ -1,3 +1,6 @@ +#!/usr/bin/env python2 +# -*- coding: utf-8 -*- + """Supplementary scripts for graphics conversion.""" import os