python: Correct Python2 super() calls that called the wrong class
commit42e7828563220f7c7f281f68c3cdcd529e6f6ef8
authorAndrew Bartlett <abartlet@samba.org>
Thu, 30 Nov 2023 00:22:18 +0000 (30 13:22 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 30 Nov 2023 01:05:32 +0000 (30 01:05 +0000)
tree184a13eef2da52451910e6130a7a3f17c09b6d6b
parent6ac48336780813cd5cb0cd9e5b5f1355aa342096
python: Correct Python2 super() calls that called the wrong class

These changes have been checked as safe as skipping a superclass
has no actual impact.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
python/samba/tests/blackbox/mdsearch.py
python/samba/tests/cred_opt.py
python/samba/tests/dcerpc/mdssvc.py
python/samba/tests/dcerpc/raw_testcase.py