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