commit | 1fb0c7790cd89728472ed5b700303996deb2493c | [log] [tgz] |
---|---|---|
author | Nicolas Iooss <[email protected]> | Sat Aug 04 13:39:04 2018 +0200 |
committer | Nicolas Iooss <[email protected]> | Wed Aug 15 22:12:08 2018 +0200 |
tree | 285c465143bd5de4dff132587fef200c2cc686b0 | |
parent | a0c167ed2282da25c8c1dcbc1c84213f19921624 [diff] |
python/sepolicy: drop unused CheckPolicyType CheckPolicyType class is not used in sepolicy and has been written from an buggy copy-paste: "newval.append(v)" does not make any sense in CheckPolicyType.__call__, as reported by flake8: python/sepolicy/sepolicy.py:190:13: F821 undefined name 'newval' python/sepolicy/sepolicy.py:190:27: F821 undefined name 'v' Signed-off-by: Nicolas Iooss <[email protected]>