policyrep/selinuxpolicy.py: Remove unnecessary imports.

This commit is contained in:
Chris PeBenito 2016-04-26 13:17:54 -04:00
parent 9dc79ce672
commit be48ffd29e

View File

@ -37,6 +37,9 @@ from . import qpol
# This also makes sense since an object would only
# be valid for the policy it comes from.
# Exceptions
from . import exception
# Components
from . import boolcond
from . import bounds
@ -64,11 +67,6 @@ from . import netcontext
# Xen
from . import xencontext
# Classes useful for policyrep users:
from . import exception
from .netcontext import PortconProtocol, port_range
from .terule import ioctlSet
class SELinuxPolicy(object):