From 1dfd5bcbe726900519ee832d784f1e8b749def22 Mon Sep 17 00:00:00 2001 From: yuxiangyang Date: Thu, 20 Feb 2020 22:43:37 -0500 Subject: [PATCH] change firmware python script shebang to python3 Signed-off-by: yuxiangyang --- check_whence.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_whence.py b/check_whence.py index 662c609..66a2774 100755 --- a/check_whence.py +++ b/check_whence.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 import os, re, sys from io import open -- 1.8.3.1