[SCM] Samba Shared Repository - branch master updated

Amitay Isaacs amitay at samba.org
Tue Jan 31 09:00:02 MST 2012


The branch, master has been updated
       via  2343703 tevent: Fix python documentation strings
      from  c83ce7b replace: Only include C files from which there are actually functions used.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 2343703985ccbd62e3ec6c851817d31fdefbf8a4
Author: Amitay Isaacs <amitay at gmail.com>
Date:   Wed Feb 1 00:58:32 2012 +1100

    tevent: Fix python documentation strings
    
    Autobuild-User: Amitay Isaacs <amitay at samba.org>
    Autobuild-Date: Tue Jan 31 16:59:29 CET 2012 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 lib/tevent/pytevent.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tevent/pytevent.c b/lib/tevent/pytevent.c
index bb702a1..870f5aa 100644
--- a/lib/tevent/pytevent.c
+++ b/lib/tevent/pytevent.c
@@ -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,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list