From mboxrd@z Thu Jan 1 00:00:00 1970 From: cpebenito@tresys.com (Christopher J. PeBenito) Date: Tue, 13 May 2014 08:46:14 -0400 Subject: [refpolicy] [PATCH] Make support/policyvers.py compatible with Python 3 In-Reply-To: <1399733042-10538-1-git-send-email-nicolas.iooss@m4x.org> References: <1399733042-10538-1-git-send-email-nicolas.iooss@m4x.org> Message-ID: <53721416.4070903@tresys.com> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com On 05/10/2014 10:44 AM, Nicolas Iooss wrote: > Add parenthesis around print statement, like in other Python scripts. > --- > support/policyvers.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/support/policyvers.py b/support/policyvers.py > index 0d969a4..a367ef1 100644 > --- a/support/policyvers.py > +++ b/support/policyvers.py > @@ -1,4 +1,4 @@ > #!/usr/bin/python > import selinux > if selinux.is_selinux_enabled(): > - print selinux.security_policyvers() > + print(selinux.security_policyvers()) Merged. -- Chris PeBenito Tresys Technology, LLC www.tresys.com | oss.tresys.com