selinux/python
Nicolas Iooss f6e7613bd3
python/semanage: fix Python syntax of catching several exceptions
"except OSError, ImportError:" does not perform what it says: it is the
Python 2 syntax of catching OSError exceptions as "ImportError" (like
"except OSError, e:"), and this is indeed caught by Python3:

      File "./python/semanage/seobject.py", line 143
        except OSError, ImportError:
                      ^
    SyntaxError: invalid syntax

The correct syntax consists in using parentheses.

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
2018-08-06 22:06:48 +02:00
..
audit2allow python: add xperms support to audit2allow 2018-06-16 10:36:14 +02:00
chcat python: build: follow standard semantics for DESTDIR and PREFIX 2018-02-14 20:02:01 +01:00
semanage python/semanage: fix Python syntax of catching several exceptions 2018-08-06 22:06:48 +02:00
sepolgen python: add xperms support to audit2allow 2018-06-16 10:36:14 +02:00
sepolicy Fix minor typos 2018-06-30 20:28:25 +02:00
COPYING
Makefile
VERSION Update VERSIONs to 2.8 for release. 2018-05-24 14:21:09 -04:00