diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-11-28 21:10:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-28 21:10:57 +0100 |
commit | 920ec31b5ffeb8695bef68e0dc082c0fc22965d3 (patch) | |
tree | 9945676831fe3d47022ab6e8c4844768ea0ee529 /test | |
parent | b76d99d9e66f965b79dade55ab719d54a17e709c (diff) | |
parent | b95f5528cc7e84327966308ea8e29d5920048cda (diff) |
Merge pull request #4761 from fsateler/python3
Explicitly use python3 everywhere
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 # |