diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-12-31 18:56:07 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-12-31 18:56:07 -0500 |
commit | 703224335280bf1170982113ac3d09fe198c0564 (patch) | |
tree | b2638bbf850cdc2dca4cdb6d6db994b4735ca2bd /tools/gfx.py | |
parent | b8b5ab5e6628dec9e8c88020e39975157cb0a0a6 (diff) |
Make tools/gfx.py executable
Diffstat (limited to 'tools/gfx.py')
-rw-r--r-- | tools/gfx.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 |