From 2493d911225756ef43ca6737a68e29c0bab23162 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 1 Feb 2017 07:02:12 +0100 Subject: TOOLS/matroska.py: use python3 "python" usually maps to Python 2, while all Python 3 installations provide "python3". And the script requires Python 3. --- TOOLS/matroska.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS/matroska.py') diff --git a/TOOLS/matroska.py b/TOOLS/matroska.py index 5854d63951..cf55db42a4 100755 --- a/TOOLS/matroska.py +++ b/TOOLS/matroska.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """ Generate C definitions for parsing Matroska files. Can also be used to directly parse Matroska files and display their contents. -- cgit v1.2.3