mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 08:51:50 -06:00
Fix class declaration to work with Python 2.4
This commit is contained in:
parent
a62b85a233
commit
7b799d8c6f
@ -43,7 +43,7 @@ class BadSyntax(Exception):
|
||||
def __str__(self):
|
||||
return repr(self.value)
|
||||
|
||||
class LDAPUpdate():
|
||||
class LDAPUpdate:
|
||||
def __init__(self, dm_password, sub_dict={}, live_run=True):
|
||||
"""dm_password = Directory Manager password
|
||||
sub_dict = substitution dictionary
|
||||
|
Loading…
Reference in New Issue
Block a user