diff options
author | Joe Guo <joeg@catalyst.net.nz> | 2018-12-12 13:37:10 +1300 |
---|---|---|
committer | Noel Power <npower@samba.org> | 2018-12-14 14:40:20 +0100 |
commit | c65a70781da987b4ea445b3ad79784b508170bf5 (patch) | |
tree | b8b8544f2fbf3f77ce5a6172f856feb4cdfc7afb /wintest/wintest.py | |
parent | 9d8e35ab97c0e613761136a3495515b18c85a157 (diff) | |
download | samba-c65a70781da987b4ea445b3ad79784b508170bf5.tar.gz |
PY3: change shebang to python3 in wintest dir
Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
Diffstat (limited to 'wintest/wintest.py')
-rw-r--r-- | wintest/wintest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wintest/wintest.py b/wintest/wintest.py index 4152069bbdf..c239bab5506 100644 --- a/wintest/wintest.py +++ b/wintest/wintest.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 '''automated testing library for testing Samba against windows''' |