shaka-packager/packager
Joey Parrish ac125564b9 build: Fix pylint 2.10 issues, use python3 where possible
The newest pylint release complained about several issues that the
older release did not.  This resolves those issues:

 - removes unneeded "u" prefix from strings
 - adds "encoding" parameter for all open() calls
 - because "encoding" is a python3-only parameter, use python3 in all
   the scripts that we control

Unfortunately, python2 is required for any scripts that import modules
from the ancient Chromium build system we're using (referenced by
DEPS), as well as kokoro scripts.

Change-Id: I2e9f97af508efe58b5a71de21740e59b1528affd
2021-08-24 12:27:03 -07:00
..
app build: Fix pylint 2.10 issues, use python3 where possible 2021-08-24 12:27:03 -07:00
buildtools/third_party Update DEPS to fix mac build failure 2016-08-19 13:49:41 -07:00
file cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
hls cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
media cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
mpd cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
testing build: Stop using hermetic clang, libc++, etc 2021-07-29 13:54:44 -07:00
third_party build: Fix pylint 2.10 issues, use python3 where possible 2021-08-24 12:27:03 -07:00
tools build: Fix pylint 2.10 issues, use python3 where possible 2021-08-24 12:27:03 -07:00
version build: Fix pylint 2.10 issues, use python3 where possible 2021-08-24 12:27:03 -07:00
common.gypi ci: Produce static release executables on Linux (#978) 2021-08-12 20:14:43 -07:00
packager.cc Add segment_list support for DASH on-demand profile 2021-05-25 12:08:58 -07:00
packager.gyp Fix Windows shared_library builds 2021-06-15 13:16:47 -07:00
packager.h cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
packager_test.cc Return an error when seeing duplicated outputs 2018-11-27 22:38:48 +00:00
protoc.gypi build: Fix pylint 2.10 issues, use python3 where possible 2021-08-24 12:27:03 -07:00
status.cc Fix error code message for trick play error 2018-12-13 00:26:55 +00:00
status.h Cleans up Status class 2018-01-31 03:32:07 +00:00
status_macros.h Generate full segment after cue point 2018-03-27 19:14:26 +00:00
status_test_util.h Implement multi DRM support. (Part 1) 2018-03-03 01:39:16 +00:00
status_unittest.cc Cleans up Status class 2018-01-31 03:32:07 +00:00