New version of bcc is built for python3.
This is a convenience change for our tools, to run them
smoothly when both python3 and python2 are installed on the system,
and /usr/bin/python points to python2.
Change-Id: I782972cee553af9a27f2b013b48eef70b94a7591
-#!/usr/bin/python
+#!/usr/bin/python3
from bcc import BPF
from time import sleep
-#!/usr/bin/python
+#!/usr/bin/python3
from bcc import BPF
from time import sleep
-#!/usr/bin/python
+#!/usr/bin/python3
from bcc import BPF
from time import sleep
-#!/usr/bin/python
+#!/usr/bin/python3
#old version
-#!/usr/bin/python
+#!/usr/bin/python3
from bcc import BPF
from time import sleep
-#!/usr/bin/python
+#!/usr/bin/python3
from bcc import BPF
from time import sleep
-#!/usr/bin/python
+#!/usr/bin/python3
from bcc import BPF
from time import sleep