def __init__()

in client.py [0:0]


    def __init__(self, *args, **kwargs):
        self.cookie = None
        self.sync_done = False
        self.changedb = {}
        self.__presentUUIDs = {}
        self.pubsub_url = "http://localhost:2069/private/ldap"

        ldap.ldapobject.ReconnectLDAPObject.__init__(self, *args, **kwargs)