1
0
Fork 0

bluetooth plugin: create new, derive from rfkill base

This commit is contained in:
Jan Vcelak 2012-05-11 16:13:09 +02:00
parent 21e2d51b50
commit aa1a737ba0

View file

@ -0,0 +1,15 @@
import tuned.plugins
import tuned.log
log = tuned.log.get()
class BluetoothPlugin(tuned.plugins.RFKillPlugin):
"""
Plugin for tuning bluetooth devices.
"""
#
# TODO: ticket #24
#
pass