mirror of
https://github.com/samba-team/samba.git
synced 2025-12-17 04:23:50 +03:00
python: get rid of pointless empty overridden methods
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>
This commit is contained in:
committed by
Andrew Bartlett
parent
983f222e38
commit
e8fda61a57
@@ -46,9 +46,6 @@ class SchemaAttributesTestCase(samba.tests.TestCase):
|
||||
self.base_dn = res[0]["defaultNamingContext"][0]
|
||||
self.forest_level = int(res[0]["forestFunctionality"][0])
|
||||
|
||||
def tearDown(self):
|
||||
super(SchemaAttributesTestCase, self).tearDown()
|
||||
|
||||
def _ldap_schemaUpdateNow(self):
|
||||
ldif = """
|
||||
dn:
|
||||
|
||||
Reference in New Issue
Block a user