|
From: Michael <mi...@st...> - 2001-12-21 14:24:07
|
Michael Ströder wrote: > > I'm currently implementing a Python wrapper module ldap.LDAPObject > around _ldap.LDAPObject based on work already done in > ldapthreading.LDAPObject. I've checked in the Python wrapper module ldap.ldapobject and removed module ldapthreading. http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/python-ldap/python-ldap/Lib/ldap/ldapobject.py When doing import ldap l=ldap.open() the new module is automagically used. Please test and give feedback! Ciao, Michael. |