mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
tevent: Fix python documentation strings
Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Tue Jan 31 16:59:29 CET 2012 on sn-devel-104
This commit is contained in:
parent
c83ce7bcc6
commit
2343703985
@ -331,7 +331,7 @@ static void py_tevent_signal_dealloc(TeventSignal_Object *self)
|
||||
}
|
||||
|
||||
static PyTypeObject TeventSignal_Type = {
|
||||
.tp_name = "Signal",
|
||||
.tp_name = "tevent.Signal",
|
||||
.tp_basicsize = sizeof(TeventSignal_Object),
|
||||
.tp_dealloc = (destructor)py_tevent_signal_dealloc,
|
||||
.tp_flags = Py_TPFLAGS_DEFAULT,
|
||||
@ -662,7 +662,7 @@ static PyObject *py_tevent_context_new(PyTypeObject *type, PyObject *args, PyObj
|
||||
}
|
||||
|
||||
static PyTypeObject TeventContext_Type = {
|
||||
.tp_name = "_tevent.Context",
|
||||
.tp_name = "tevent.Context",
|
||||
.tp_new = py_tevent_context_new,
|
||||
.tp_basicsize = sizeof(TeventContext_Object),
|
||||
.tp_dealloc = (destructor)py_tevent_context_dealloc,
|
||||
|
Loading…
x
Reference in New Issue
Block a user