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:
parent
281398fdc2
commit
001ceb8dc6
1 changed files with 0 additions and 5 deletions
|
@ -23,11 +23,6 @@ import shutil
|
|||
import stat
|
||||
import grp
|
||||
import pwd
|
||||
try:
|
||||
import selinux
|
||||
HAVE_SELINUX=True
|
||||
except ImportError:
|
||||
HAVE_SELINUX=False
|
||||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
|
|
Loading…
Add table
Reference in a new issue