From 1832c97854f803043d5a37d9384eb64defd55857 Mon Sep 17 00:00:00 2001 From: Juraj Oravec Date: Mon, 21 Sep 2020 18:05:57 +0200 Subject: [PATCH] Add the shebang line Signed-off-by: Juraj Oravec --- theme_converter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/theme_converter.py b/theme_converter.py index e58014f..f9316af 100644 --- a/theme_converter.py +++ b/theme_converter.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 """ LICENSE: SPDX-FileCopyrightText: 2020 Juraj Oravec