From 09474e6734137daddc92538beb8e7f460f2cbdbc Mon Sep 17 00:00:00 2001 From: Fabio Date: Fri, 2 Aug 2019 23:44:01 +0200 Subject: [PATCH] Changed to shebang Shebang is now compatible with Python 2.x and Python 3.x --- flash2560.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash2560.py b/flash2560.py index 4c85a74..5f89b14 100644 --- a/flash2560.py +++ b/flash2560.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # ---------------------------------------------------------------------------- # "THE BEER-WARE LICENSE" (Revision 42):