TOOLS/matroska.py: use python3

"python" usually maps to Python 2, while all Python 3 installations
provide "python3". And the script requires Python 3.
This commit is contained in:
wm4 2017-02-01 07:02:12 +01:00
parent 9831d3ada6
commit 2493d91122
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
""" """
Generate C definitions for parsing Matroska files. Generate C definitions for parsing Matroska files.
Can also be used to directly parse Matroska files and display their contents. Can also be used to directly parse Matroska files and display their contents.