summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-09-19 23:09:09 -0400
committerSimo Sorce <ssorce@redhat.com>2008-09-19 16:04:10 -0400
commit03a57334bdf1c7ee0e058301b0fc4503b757100a (patch)
tree1426e620d202fcd6ff66dfe5ab4e37600b247551
parent0a0f1e8a7531d0857e7933a2d4bd30281b20718b (diff)
downloadfreeipa-03a57334bdf1c7ee0e058301b0fc4503b757100a.tar.gz
freeipa-03a57334bdf1c7ee0e058301b0fc4503b757100a.tar.xz
freeipa-03a57334bdf1c7ee0e058301b0fc4503b757100a.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