python: tests: update all super calls to python 3 style in tests
[samba.git] / python / samba / tests / dcerpc / unix.py
index d26107393f2b868866ef356c95a5748a3b132015..b7fa1f3c4fbd28f557f40d8d8f4db0b4485d9381 100644 (file)
@@ -24,7 +24,7 @@ from samba.tests import RpcInterfaceTestCase
 class UnixinfoTests(RpcInterfaceTestCase):
 
     def setUp(self):
-        super(UnixinfoTests, self).setUp()
+        super().setUp()
         self.conn = unixinfo.unixinfo("ncalrpc:", self.get_loadparm())
 
     def test_getpwuid_int(self):