From 00d653306d51723374528aafb4a2b2c187d14a67 Mon Sep 17 00:00:00 2001 From: Travis Geiselbrecht Date: Thu, 18 Aug 2022 19:11:27 -0700 Subject: [PATCH] [tools][bin2h] mark as python3 compatible --- tools/bin2h.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bin2h.py b/tools/bin2h.py index 3583e2a6..f9ce1170 100755 --- a/tools/bin2h.py +++ b/tools/bin2h.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # vim: set expandtab ts=4 sw=4 tw=100: import sys