tests: Update ladspa-dbus to Python 3

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/477>
This commit is contained in:
Marijn Suijten 2021-01-19 20:33:11 +01:00 committed by PulseAudio Marge Bot
parent 537bf3cf8e
commit f9bf21e012

View file

@ -84,7 +84,7 @@ def print_arguments(arguments, defaults):
sinkname, arguments, defaults = parse_arguments(sys.argv) sinkname, arguments, defaults = parse_arguments(sys.argv)
if sinkname == None: if sinkname == None:
print USAGE print(USAGE)
sys.exit(1) sys.exit(1)
# get the D-Bus property interface of the sink # get the D-Bus property interface of the sink