command: Fix except declaration for get_comedi_cmd_pointer
[pycomedi.git] / pycomedi / device_holder.pyx
1 # Copyright
2
3
4 cdef class DeviceHolder (object):
5     "Minimal comedi_t * wrapper to avoid circular imports"
6     def __cinit__(self):
7         self.device = NULL