selinux/python
Petr Lautrbach 41f1882724 python/sepolicy: Do not use types.BooleanType
It was removed from Python 3

Fixes:
File "polgengui.py", line 390, in forward
  self.generate_policy()
File "polgengui.py", line 491, in generate_policy
  my_policy.set_use_syslog(self.syslog_checkbutton.get_active() == 1)
File "/home/plautrba/devel/github/bachradsusi/SELinuxProject-selinux/python/sepolicy/sepolicy/generate.py",  line 468, in set_use_syslog
  if not isinstance(val, types.BooleanType):
AttributeError: module 'types' has no attribute 'BooleanType'

Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
2018-02-23 15:23:47 -05:00
..
audit2allow python: build: follow standard semantics for DESTDIR and PREFIX 2018-02-14 20:02:01 +01:00
chcat python: build: follow standard semantics for DESTDIR and PREFIX 2018-02-14 20:02:01 +01:00
semanage python: build: move modules from platform-specific to platform-shared 2018-02-14 20:02:02 +01:00
sepolgen python: build: move modules from platform-specific to platform-shared 2018-02-14 20:02:02 +01:00
sepolicy python/sepolicy: Do not use types.BooleanType 2018-02-23 15:23:47 -05:00
COPYING Add COPYING files for new subdirs. 2016-11-16 11:19:51 -05:00
Makefile
VERSION Update VERSION files for 2.7 release. 2017-08-04 09:31:00 -04:00