diff options
Diffstat (limited to 'python/sepolicy/sepolicy.py')
-rwxr-xr-x | python/sepolicy/sepolicy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/sepolicy/sepolicy.py b/python/sepolicy/sepolicy.py index 8cc7e8cc..1934cd86 100755 --- a/python/sepolicy/sepolicy.py +++ b/python/sepolicy/sepolicy.py @@ -1,4 +1,4 @@ -#! /usr/bin/python -Es +#!/usr/bin/python3 -Es # Copyright (C) 2012 Red Hat # AUTHOR: Dan Walsh <dwalsh@redhat.com> # see file 'COPYING' for use and warranty information |