summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-08-12 17:21:49 +0200
committerwm4 <wm4@nowhere>2020-08-12 17:21:49 +0200
commit45cc47a68bfe657c351a9f6be1840dc0c9a11ba2 (patch)
treea52a099b71f136289f16a6d31df5d15c482dad6d /TOOLS
parentbb231889fdd2ee0f519bdb1c756b61ceefd5584b (diff)
downloadmpv-45cc47a68bfe657c351a9f6be1840dc0c9a11ba2.tar.bz2
mpv-45cc47a68bfe657c351a9f6be1840dc0c9a11ba2.tar.xz
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).
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/file2string.py2
1 files changed, 1 insertions, 1 deletions
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