Closed mickm closed 9 years ago
Hi! I found this handy when writing a Munin plugin for a machine that has several devices connected to it. e.g.
for serial_number in USB_2001_TC.find_serial_numbers(): device = USB_2001_TC(serial_number) # ...
Looks good, thanks for the contribution. Before I merge, could you please fix the indentation to conform with PEP8 guidelines (4 spaces)? Thanks, David
All set!
Hi! I found this handy when writing a Munin plugin for a machine that has several devices connected to it. e.g.