Message ID | 20190215160025.9810-2-plautrba@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [v2,1/3] python/semanage: Drop python shebang from seobject.py | expand |
diff --git a/python/semanage/semanage b/python/semanage/semanage index 4b544bfc..18191c13 100644 --- a/python/semanage/semanage +++ b/python/semanage/semanage @@ -1,4 +1,4 @@ -#! /usr/bin/python -Es +#! /usr/bin/python3 -Es # Copyright (C) 2012-2013 Red Hat # AUTHOR: Miroslav Grepl <mgrepl@redhat.com> # AUTHOR: David Quigley <selinux@davequigley.com>
semanage uses seobject which uses setools which is python 3 only. Signed-off-by: Petr Lautrbach <plautrba@redhat.com> --- python/semanage/semanage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)