mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4auth: Fix the object name for Py_Security
Use the object names as <modulename>.<objectname> to correctly generate the object hierarchy in pydoc. Signed-off-by: Andrew Tridgell <tridge@samba.org>
This commit is contained in:
parent
6a12f7d66e
commit
2625199d80
@ -498,7 +498,7 @@ static PyMethodDef py_gensec_security_methods[] = {
|
||||
};
|
||||
|
||||
static PyTypeObject Py_Security = {
|
||||
.tp_name = "Security",
|
||||
.tp_name = "gensec.Security",
|
||||
.tp_flags = Py_TPFLAGS_DEFAULT,
|
||||
.tp_methods = py_gensec_security_methods,
|
||||
.tp_basicsize = sizeof(py_talloc_Object),
|
||||
|
Loading…
Reference in New Issue
Block a user