PATH:
usr
/
lib
/
python3.6
/
site-packages
/
tuned
/
plugins
/
Editing: exceptions.py
import tuned.exceptions class NotSupportedPluginException(tuned.exceptions.TunedException): pass
SAVE
CANCEL