mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Micro-optimization
This commit is contained in:
parent
7fd5940ef8
commit
073e97121e
@ -118,7 +118,7 @@ static PyObject* get_devices(PyObject *self, PyObject *args) {
|
||||
static char libusb_doc[] = "Interface to libusb.";
|
||||
|
||||
static PyMethodDef libusb_methods[] = {
|
||||
{"get_devices", get_devices, METH_VARARGS,
|
||||
{"get_devices", get_devices, METH_NOARGS,
|
||||
"get_devices()\n\nGet the list of USB devices on the system."
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user