commit | 052a4fde735bcf0204e0d576fbd386eb37f29810 | [log] [tgz] |
---|---|---|
author | Nicolas Iooss <[email protected]> | Sat Aug 04 14:47:16 2018 +0200 |
committer | Nicolas Iooss <[email protected]> | Wed Aug 15 22:12:10 2018 +0200 |
tree | f7cfcb5570dfb1121f9c4700b5ae6162fc5858c1 | |
parent | a33528b0d21ba6d740cdb0e3c92c9169be3fc952 [diff] |
python/sepolicy: do not import sepolicy.generate.DAEMON twice This issue has been found using flake8. This Python linter reported: python/sepolicy/sepolicy.py:582:5: F811 redefinition of unused 'DAEMON' from line 582 Signed-off-by: Nicolas Iooss <[email protected]>