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 Brian Coca
parent 2256ae0793
commit 0300b2add1

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 = '''
---