Skip to content

Commit

Permalink
PY3: change shebang to python3 in script 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 8e3c194 commit 9d8e35a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion script/bisect-test.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion script/compare_cc_results.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

#
# Compare the results of native and cross-compiled configure tests
Expand Down
2 changes: 1 addition & 1 deletion script/traffic_learner
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion script/traffic_replay
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Generates samba network traffic
#
# Copyright (C) Catalyst IT Ltd. 2017
Expand Down

0 comments on commit 9d8e35a

Please sign in to comment.