Skip to content

Commit

Permalink
Switch last 2 files using /usr/bin/env to /usr/bin/python3
Browse files Browse the repository at this point in the history
Other python scripts already use python3 by default. Both files don't have exec
bits so they have to be run using python interpret on command line anyway:

    $ python3 ./setup.py ...

Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
  • Loading branch information
bachradsusi authored and stephensmalley committed Sep 26, 2019
1 parent 68fbb6b commit 54cb5c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libsemanage/src/pywrap-test.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python3
from __future__ import print_function

import sys
Expand Down
2 changes: 1 addition & 1 deletion python/sepolicy/setup.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python3

# Author: Thomas Liu <tliu@redhat.com>
# Author: Dan Walsh <dwalsh@redhat.com>
Expand Down

0 comments on commit 54cb5c6

Please sign in to comment.