Skip to content

Commit

Permalink
PY3: change shebang to python3 in source4/scripting dir
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Guo <[email protected]>
Reviewed-by: Noel Power <[email protected]>
  • Loading branch information
catalyst-joe-guo authored and Noel Power committed Dec 14, 2018
1 parent 359d832 commit 338413a
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion source4/scripting/devel/addlotscontacts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (C) Matthieu Patou <[email protected]> 2010
#
Expand Down
2 changes: 1 addition & 1 deletion source4/scripting/devel/chgkrbtgtpass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (C) Matthieu Patou <[email protected]> 2010
# Copyright (C) Andrew Bartlett <[email protected]> 2015
Expand Down
2 changes: 1 addition & 1 deletion source4/scripting/devel/chgtdcpass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (C) Matthieu Patou <[email protected]> 2010
#
Expand Down
2 changes: 1 addition & 1 deletion source4/scripting/devel/config_base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# this is useful for running samba tools with a different prefix

Expand Down
2 changes: 1 addition & 1 deletion source4/scripting/devel/crackname
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# Copyright Matthieu Patou <[email protected]> 2011
# script to call a DRSUAPI crackname
Expand Down
2 changes: 1 addition & 1 deletion source4/scripting/devel/createtrust
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# create a domain trust

Expand Down
2 changes: 1 addition & 1 deletion source4/scripting/devel/enumprivs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# script to enumerate LSA privileges on a server

Expand Down
2 changes: 1 addition & 1 deletion source4/scripting/devel/getncchanges
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# script to call a DRS GetNCChanges from the command line
# this is useful for plugfest testing
Expand Down
2 changes: 1 addition & 1 deletion source4/scripting/devel/pfm_verify.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# script to verify cached prefixMap on remote
Expand Down
2 changes: 1 addition & 1 deletion source4/scripting/devel/repl_cleartext_pwd.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright Stefan Metzmacher 2011-2012
#
Expand Down
2 changes: 1 addition & 1 deletion source4/scripting/devel/rodcdns
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# script to call a netlogon RODC DNS update

Expand Down
2 changes: 1 addition & 1 deletion source4/scripting/devel/speedtest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Unix SMB/CIFS implementation.
Expand Down

0 comments on commit 338413a

Please sign in to comment.