diff options
author | Felipe Sateler <fsateler@gmail.com> | 2016-08-21 20:25:37 -0300 |
---|---|---|
committer | Felipe Sateler <fsateler@gmail.com> | 2016-11-28 15:00:20 -0300 |
commit | b95f5528cc7e84327966308ea8e29d5920048cda (patch) | |
tree | 8a6a2922918a7a31c7822e11578c7b37647a3b00 /test | |
parent | a381e2b5fd4177dc9a9391c2e90212f1ebd1fdd2 (diff) |
Use python3 explicitly in all python scripts
Diffstat (limited to 'test')
-rwxr-xr-x[-rw-r--r--] | test/rule-syntax-check.py | 1 | ||||
-rwxr-xr-x | test/sysv-generator-test.py | 2 |
2 files changed, 2 insertions, 1 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. diff --git a/test/sysv-generator-test.py b/test/sysv-generator-test.py index 838dd57a6f..50175485f7 100755 --- a/test/sysv-generator-test.py +++ b/test/sysv-generator-test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # # systemd-sysv-generator integration test # |