commit | d1359511524f8060c836ce6ea915ca57e9e2565f | [log] [tgz] |
---|---|---|
author | Michal Srb <msrb@redhat.com> | Tue Jul 21 02:38:19 2015 +0200 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Wed Jul 22 09:20:44 2015 -0400 |
tree | 3f97ac1dc064e7324b64739bf5cf7f303daec6f2 | |
parent | 5c5183171d7d3c8f6148afed75d14d839d56e9e9 [diff] |
policycoreutils/audit2allow: improve compatibility with Python 3 - replace print statement with print function - use reserved word `as` in try-except - replace deprecated assert_() method with assertTrue() in unit tests Signed-off-by: Michal Srb <msrb@redhat.com>