gstreamer/scripts
Jan Alexander Steffens (heftig) 49fea2520f
python: Avoid using 'is' to compare strings
This is the wrong operator to use, which only seems to work because
`os.name` and `'nt'` happen to be the same object. Python 3.8 also
produces a `SyntaxWarning` when encountering this pattern.
2019-11-11 12:41:44 +01:00
..
__init__.py scripts: Add a script to check that all repos are clean 2019-05-13 11:42:15 -04:00
check-clean-repos.py scripts: Add a script to check that all repos are clean 2019-05-13 11:42:15 -04:00
common.py python: Avoid using 'is' to compare strings 2019-11-11 12:41:44 +01:00
generate_plugins_path.py Avoid making a dependency between plugins and the build.ninja file 2019-05-15 23:23:46 -04:00