mirror of
https://github.com/samba-team/samba.git
synced 2025-12-14 20:23:54 +03:00
python: tests: update all super calls to python 3 style in tests
Signed-off-by: Rob van der Linde <rob@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> [abartlet@samba.org Some python2 style super() calls remain due to being an actual, even if reasonable, behaviour change]
This commit is contained in:
committed by
Andrew Bartlett
parent
e8fda61a57
commit
6ac4833678
@@ -27,7 +27,7 @@ class SamDBApiTestCase(TestCaseInTempDir):
|
||||
def tearDown(self):
|
||||
self.rm_files("test.db", "existing.db", allow_missing=True)
|
||||
|
||||
super(SamDBApiTestCase, self).tearDown()
|
||||
super().tearDown()
|
||||
|
||||
# Attempt to open and existing non tdb file as a tdb file.
|
||||
# Don't create new db is set, the default
|
||||
|
||||
Reference in New Issue
Block a user