aboutsummaryrefslogtreecommitdiffstats
path: root/dbus/selinux_server.py
diff options
context:
space:
mode:
authorPetr Lautrbach <plautrba@redhat.com>2019-02-18 17:03:46 +0100
committerPetr Lautrbach <plautrba@redhat.com>2019-02-20 16:43:27 +0100
commit3b868abd2eca8db1c3ea06d26b87a9694ad45ccd (patch)
tree661f4a2c5f175c9abf7e177ae8c1216d77577a76 /dbus/selinux_server.py
parent6b89b1f9c1d8ce94c48c242955ef10f1f2904962 (diff)
downloadandroid_external_selinux-3b868abd2eca8db1c3ea06d26b87a9694ad45ccd.tar.gz
android_external_selinux-3b868abd2eca8db1c3ea06d26b87a9694ad45ccd.tar.bz2
android_external_selinux-3b868abd2eca8db1c3ea06d26b87a9694ad45ccd.zip
Always use /usr/bin/python3 in Python scripts
Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
Diffstat (limited to 'dbus/selinux_server.py')
-rw-r--r--dbus/selinux_server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/selinux_server.py b/dbus/selinux_server.py
index 6e380e58..98ab53dd 100644
--- a/dbus/selinux_server.py
+++ b/dbus/selinux_server.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
import dbus
import dbus.service