commit | 349239e677d491d6cd3413e4a23075c88bb5372e | [log] [tgz] |
---|---|---|
author | Michal Srb <msrb@redhat.com> | Tue Jul 21 02:38:21 2015 +0200 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Wed Jul 22 09:20:44 2015 -0400 |
tree | 55e876fca9083577b7ca06a06e2387ab802eacaa | |
parent | a9ce2e735873171aa2ce95a925c68f73f55a9037 [diff] |
policycoreutils/semanage: improve compatibility with Python 3 - gettext.install() only takes "unicode" keyword argument in Python 2 - __builtin__ module has been renamed to "builtins" in Python 3 - use reserved word `as` in try-except - replace print statement with print function Signed-off-by: Michal Srb <msrb@redhat.com>