From 19b04b65576ac8f2a50f0487c6bc981d144db9f2 Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 12 Feb 2019 10:59:25 +0100 Subject: [PATCH] Fix shebang on python scripts Signed-off-by: falkTX --- utils/png2c.py | 2 +- utils/png2rgba.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/png2c.py b/utils/png2c.py index 6dc3ae62..ab023658 100755 --- a/utils/png2c.py +++ b/utils/png2c.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # DISTRHO Plugin Framework (DPF) diff --git a/utils/png2rgba.py b/utils/png2rgba.py index 81354be1..99a50899 100755 --- a/utils/png2rgba.py +++ b/utils/png2rgba.py @@ -1,8 +1,8 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # DISTRHO Plugin Framework (DPF) -# Copyright (C) 2012-2016 Filipe Coelho +# Copyright (C) 2012-2019 Filipe Coelho # # Permission to use, copy, modify, and/or distribute this software for any purpose with # or without fee is hereby granted, provided that the above copyright notice and this