mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix class declaration to work with Python 2.4
This commit is contained in:
@@ -43,7 +43,7 @@ class BadSyntax(Exception):
|
|||||||
def __str__(self):
|
def __str__(self):
|
||||||
return repr(self.value)
|
return repr(self.value)
|
||||||
|
|
||||||
class LDAPUpdate():
|
class LDAPUpdate:
|
||||||
def __init__(self, dm_password, sub_dict={}, live_run=True):
|
def __init__(self, dm_password, sub_dict={}, live_run=True):
|
||||||
"""dm_password = Directory Manager password
|
"""dm_password = Directory Manager password
|
||||||
sub_dict = substitution dictionary
|
sub_dict = substitution dictionary
|
||||||
|
Reference in New Issue
Block a user