Need the __future__ import for python2 if using print().

This commit is contained in:
Chris PeBenito 2014-05-13 09:39:00 -04:00
parent 1013c53a94
commit 5b2a2998b8
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/python
from __future__ import print_function
import selinux
if selinux.is_selinux_enabled():
print(selinux.security_policyvers())