From 45cc47a68bfe657c351a9f6be1840dc0c9a11ba2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 12 Aug 2020 17:21:49 +0200 Subject: TOOLS/file2string: change to python3 The same was done to matroska.py before, so at least it's consistent. Doesn't matter for waf, because it imports this script (rather than executing it). --- TOOLS/file2string.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS') diff --git a/TOOLS/file2string.py b/TOOLS/file2string.py index b40317218c..bdeb18ce86 100755 --- a/TOOLS/file2string.py +++ b/TOOLS/file2string.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Convert the contents of a file into a C string constant. # Note that the compiler will implicitly add an extra 0 byte at the end -- cgit v1.2.3