Skip to content

Commit

Permalink
Moving to python3 due to Python2 EOL
Browse files Browse the repository at this point in the history
These changes are needed to be able to build and test bess with GitHub Actions
  • Loading branch information
gab-arrobo committed Dec 28, 2022
1 parent e2e4b56 commit eb13a24
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bessctl/bessctl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# Copyright (c) 2014-2016, The Regents of the University of California.
# Copyright (c) 2016-2017, Nefeli Networks, Inc.
Expand Down
2 changes: 1 addition & 1 deletion bessctl/conf/port/vhost/launch_container.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# Copyright (c) 2017, Nefeli Networks, Inc.
# All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion bessctl/conf/port/vhost/launch_vm.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# Copyright (c) 2017, Nefeli Networks, Inc.
# All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion bessctl/run_module_tests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# Copyright (c) 2017, The Regents of the University of California.
# All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion bin/dpdk-devbind.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
#
# BSD LICENSE
#
Expand Down
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# Copyright (c) 2014-2017, The Regents of the University of California.
# Copyright (c) 2016-2017, Nefeli Networks, Inc.
Expand Down
2 changes: 1 addition & 1 deletion container_build.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# Copyright (c) 2014-2016, The Regents of the University of California.
# Copyright (c) 2016-2017, Nefeli Networks, Inc.
Expand Down
2 changes: 1 addition & 1 deletion env/rebuild_images.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# Copyright (c) 2014-2016, The Regents of the University of California.
# Copyright (c) 2016-2017, Nefeli Networks, Inc.
Expand Down
2 changes: 1 addition & 1 deletion pybess/pm_import.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
# Copyright (c) 2017, Nefeli Networks, Inc.
# All rights reserved.
#
Expand Down

0 comments on commit eb13a24

Please sign in to comment.