1
0
Fork 0

plugin_selinux: Import exceptions

Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
This commit is contained in:
Ondřej Lysoněk 2017-02-13 17:50:40 +01:00
parent 66d550b94d
commit fe889fd1e5

View file

@ -2,6 +2,7 @@ import os
import base
from decorators import *
import tuned.logs
from tuned.plugins import exceptions
from tuned.utils.commands import commands
log = tuned.logs.get()