mirror of
https://github.com/SELinuxProject/selinux
synced 2025-02-20 03:26:53 +00:00
python/semanage: Update semanage to use python3
semanage uses seobject which uses setools which is python 3 only. Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
This commit is contained in:
parent
f9dbd6e83c
commit
f9ba759d15
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user