mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
PY3: change shebang to python3 in wintest dir
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Noel Power <npower@samba.org>
This commit is contained in:
parent
9d8e35ab97
commit
c65a70781d
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
'''automated testing of Samba3 against windows'''
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
'''automated testing of the steps of the Samba4 HOWTO'''
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
'''automated testing library for testing Samba against windows'''
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user