From: Michael <mi...@st...> - 2001-10-02 16:09:58
|
jml...@ma... wrote: > > are we supposed to import ldap or _ldap? Good question. I vote for "import ldap" although the docs and demos say sometimes "import _ldap". IMHO "ldap" should be a module package with a ldap/__init__.py importing the symbols from module _ldap (as already done on Unix platforms in [Python's lib path]/site-packages/python-ldap/ldap.py). This makes it possible to add Python modules to module ldap. Ciao, Michael. |