mirror of
https://github.com/samba-team/samba.git
synced 2025-07-04 00:59:13 +03:00
Use consistent function names with the standard Python uuid module that is available in >= 2.4.
(This used to be commit 60d458e319
)
This commit is contained in:
@ -46,7 +46,7 @@ static PyObject *uuid_random(PyObject *self, PyObject *args)
|
||||
}
|
||||
|
||||
static PyMethodDef methods[] = {
|
||||
{ "random", (PyCFunction)uuid_random, METH_VARARGS, NULL},
|
||||
{ "uuid4", (PyCFunction)uuid_random, METH_VARARGS, NULL},
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user