Use Py_InitModule3() instead of Py_InitModule4() when we only want to set
authorTim Potter <tpot@samba.org>
Wed, 3 Apr 2002 04:38:59 +0000 (04:38 +0000)
committerTim Potter <tpot@samba.org>
Wed, 3 Apr 2002 04:38:59 +0000 (04:38 +0000)
commitbaee81958216075d7302e81e6e0fc42e10f66bcf
tree46828f45ad51ea1b4b97a5a90362c9ce23fd402c
parentd84338039828d4fefd565a7d9826b5534306f047
Use Py_InitModule3() instead of Py_InitModule4() when we only want to set
the docstring for the module.

Doc updates.
(This used to be commit ba5364b30688924d6b69b9fc39a398441a6149e7)
source3/python/py_winbind.c