summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-02-01 07:02:12 +0100
committerwm4 <wm4@nowhere>2017-02-01 07:03:13 +0100
commit2493d911225756ef43ca6737a68e29c0bab23162 (patch)
treefe5880bbcd87dbdc62f937d52cc364aed118fa46 /TOOLS
parent9831d3ada6e9fbf3ae4894d7abacdfdb44730ef4 (diff)
downloadmpv-2493d911225756ef43ca6737a68e29c0bab23162.tar.bz2
mpv-2493d911225756ef43ca6737a68e29c0bab23162.tar.xz
TOOLS/matroska.py: use python3
"python" usually maps to Python 2, while all Python 3 installations provide "python3". And the script requires Python 3.
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/matroska.py2
1 files changed, 1 insertions, 1 deletions
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.