summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-09-19 23:09:09 -0400
committerRob Crittenden <rcritten@redhat.com>2008-09-19 23:09:59 -0400
commit7b799d8c6f5a740be3e2433d03cfc4d41b496ef6 (patch)
tree1426e620d202fcd6ff66dfe5ab4e37600b247551
parenta62b85a233c7223f3b7f327ba912d2810929dc6a (diff)
downloadfreeipa-7b799d8c6f5a740be3e2433d03cfc4d41b496ef6.tar.gz
freeipa-7b799d8c6f5a740be3e2433d03cfc4d41b496ef6.tar.xz
freeipa-7b799d8c6f5a740be3e2433d03cfc4d41b496ef6.zip
Fix class declaration to work with Python 2.4
-rwxr-xr-xipa-server/ipaserver/ldapupdate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/ipaserver/ldapupdate.py b/ipa-server/ipaserver/ldapupdate.py
index e28562cec..b2b402b56 100755
--- a/ipa-server/ipaserver/ldapupdate.py
+++ b/ipa-server/ipaserver/ldapupdate.py
@@ -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