summaryrefslogtreecommitdiffstats
path: root/test/rule-syntax-check.py
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@gmail.com>2016-08-22 01:25:37 +0200
committerFelipe Sateler <fsateler@gmail.com>2016-11-28 19:00:20 +0100
commitb95f5528cc7e84327966308ea8e29d5920048cda (patch)
tree8a6a2922918a7a31c7822e11578c7b37647a3b00 /test/rule-syntax-check.py
parentbuild-sys: explicitly require python3 (diff)
downloadsystemd-b95f5528cc7e84327966308ea8e29d5920048cda.tar.xz
systemd-b95f5528cc7e84327966308ea8e29d5920048cda.zip
Use python3 explicitly in all python scripts
Diffstat (limited to 'test/rule-syntax-check.py')
-rwxr-xr-x[-rw-r--r--]test/rule-syntax-check.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rule-syntax-check.py b/test/rule-syntax-check.py
index e43a3daeb3..e4185cb0fa 100644..100755
--- a/test/rule-syntax-check.py
+++ b/test/rule-syntax-check.py
@@ -1,3 +1,4 @@
+#!/usr/bin/python3
# Simple udev rules syntax checker
#
# (C) 2010 Canonical Ltd.