Skip to content

Commit

Permalink
Update shebang in Python scrupts to use python3 (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
gab-arrobo authored Jan 23, 2024
1 parent 9119325 commit 3f5f67e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conf/parser.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# SPDX-License-Identifier: Apache-2.0
# Copyright 2019 Intel Corporation

Expand Down
2 changes: 1 addition & 1 deletion conf/ports.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# SPDX-License-Identifier: Apache-2.0
# Copyright 2019 Intel Corporation

Expand Down
2 changes: 1 addition & 1 deletion conf/route_control.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# SPDX-License-Identifier: Apache-2.0
# Copyright 2019 Intel Corporation
# Copyright 2023 Canonical Ltd.
Expand Down
2 changes: 1 addition & 1 deletion conf/sim.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# SPDX-License-Identifier: Apache-2.0
# Copyright 2019 Intel Corporation

Expand Down
2 changes: 1 addition & 1 deletion conf/test_route_control.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# SPDX-License-Identifier: Apache-2.0
# Copyright 2023 Canonical Ltd.

Expand Down
2 changes: 1 addition & 1 deletion conf/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# SPDX-License-Identifier: Apache-2.0
# Copyright 2019 Intel Corporation

Expand Down

0 comments on commit 3f5f67e

Please sign in to comment.