mirror of
https://github.com/mpv-player/mpv
synced 2024-12-31 19:52:16 +00:00
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).
This commit is contained in:
parent
bb231889fd
commit
45cc47a68b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user