Skip to content

Commit

Permalink
python/semanage: Update semanage to use python3
Browse files Browse the repository at this point in the history
semanage uses seobject which uses setools which is python 3 only.

Signed-off-by: Petr Lautrbach <[email protected]>
  • Loading branch information
bachradsusi authored and fishilico committed Feb 17, 2019
1 parent f9dbd6e commit f9ba759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/semanage/semanage
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/python -Es
#! /usr/bin/python3 -Es
# Copyright (C) 2012-2013 Red Hat
# AUTHOR: Miroslav Grepl <[email protected]>
# AUTHOR: David Quigley <[email protected]>
Expand Down

0 comments on commit f9ba759

Please sign in to comment.