mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
Add simple docstring for Python modules.
This commit is contained in:
parent
da8b8364b0
commit
57c7b4e896
@ -929,7 +929,7 @@ sub Parse($$$$$)
|
||||
$self->pidl("{");
|
||||
$self->indent;
|
||||
$self->pidl("PyObject *m;");
|
||||
$self->pidl("m = Py_InitModule(\"$basename\", $basename\_methods);");
|
||||
$self->pidl("m = Py_InitModule3(\"$basename\", $basename\_methods, \"$basename DCE/RPC interface\");");
|
||||
foreach my $name (keys %{$self->{constants}}) {
|
||||
my $py_obj;
|
||||
my ($ctype, $cvar) = @{$self->{constants}->{$name}};
|
||||
|
Loading…
Reference in New Issue
Block a user