This commit is contained in:
Kovid Goyal 2012-09-01 13:11:24 +05:30
parent 5601852363
commit 63e6014edc

View File

@ -234,6 +234,9 @@ class DevicePlugin(Plugin):
Should write information about the devices detected on the system to
output, which is a file like object.
Should return True if a device was detected and successfully opened,
otherwise False.
'''
raise NotImplementedError()