summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-12-12 13:18:40 +1300
committerNoel Power <npower@samba.org>2018-12-14 14:40:20 +0100
commit9d8e35ab97c0e613761136a3495515b18c85a157 (patch)
tree36f80f81ccd65d3e889a98a1c067e0e5ebeaa594 /script
parent8e3c194453f206152b40fa7a5efb1436b13424e9 (diff)
downloadsamba-9d8e35ab97c0e613761136a3495515b18c85a157.tar.gz
PY3: change shebang to python3 in script dir
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Noel Power <npower@samba.org>
Diffstat (limited to 'script')
-rwxr-xr-xscript/bisect-test.py2
-rwxr-xr-xscript/compare_cc_results.py2
-rwxr-xr-xscript/traffic_learner2
-rwxr-xr-xscript/traffic_replay2
4 files changed, 4 insertions, 4 deletions
diff --git a/script/bisect-test.py b/script/bisect-test.py
index 7896742747c..313c4e3c6ce 100755
--- a/script/bisect-test.py
+++ b/script/bisect-test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# use git bisect to work out what commit caused a test failure
# Copyright Andrew Tridgell 2010
# released under GNU GPL v3 or later
diff --git a/script/compare_cc_results.py b/script/compare_cc_results.py
index 8ff7bde6564..4b8abf601f4 100755
--- a/script/compare_cc_results.py
+++ b/script/compare_cc_results.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Compare the results of native and cross-compiled configure tests
diff --git a/script/traffic_learner b/script/traffic_learner
index 1abfdf7b37b..22341ef231c 100755
--- a/script/traffic_learner
+++ b/script/traffic_learner
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Generate a traffic model from a traffic summary file
#
# Copyright (C) Catalyst IT Ltd. 2017
diff --git a/script/traffic_replay b/script/traffic_replay
index 0ee0f9b6575..124136e9495 100755
--- a/script/traffic_replay
+++ b/script/traffic_replay
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Generates samba network traffic
#
# Copyright (C) Catalyst IT Ltd. 2017