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)
commitba5364b30688924d6b69b9fc39a398441a6149e7
tree798c7abd6a06e75d67e3fede692b43558a5f7cf7
parent3d542abdb1805bf746eb9a7ef41fc904534f4edb
Use Py_InitModule3() instead of Py_InitModule4() when we only want to set
the docstring for the module.

Doc updates.
source/python/py_winbind.c