From 703224335280bf1170982113ac3d09fe198c0564 Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 31 Dec 2018 18:56:07 -0500 Subject: Make tools/gfx.py executable --- tools/gfx.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/gfx.py') diff --git a/tools/gfx.py b/tools/gfx.py index fae7bbdc..a3d95562 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 -- cgit v1.2.3