Remove old test on SELinux (#3510)

since all is done in modules_utils/basic.py, no need to make
the same test here, especially since that's unused later
This commit is contained in:
Michael Scherer 2016-04-21 16:44:11 +02:00 committed by Matt Clay
parent 281398fdc2
commit 001ceb8dc6

View file

@ -23,11 +23,6 @@ import shutil
import stat
import grp
import pwd
try:
import selinux
HAVE_SELINUX=True
except ImportError:
HAVE_SELINUX=False
DOCUMENTATION = '''
---