Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9218bd1c authored by Erwin Jansen's avatar Erwin Jansen
Browse files

Update rootcanal scripts to use python3 shebang.

We now default to python3 vs python. which could resolve to python2 for
the unfortunate ones.

Bug: 199908586
Change-Id: I3e0f72185691a07a701c4648e26880f26835bafe
parent f9a76998
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ Usage:

"""

#!/usr/bin/env python
#!/usr/bin/env python3

import binascii
import cmd
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ Usage:

"""

#!/usr/bin/env python
#!/usr/bin/env python3

import binascii
import cmd
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ Usage:

"""

#!/usr/bin/env python
#!/usr/bin/env python3

import binascii
import cmd
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ send 18000000 09 010203040506 4de24c67454b 00 04 050954465446

"""

#!/usr/bin/env python
#!/usr/bin/env python3

import binascii
import cmd
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ Usage:

"""

#!/usr/bin/env python
#!/usr/bin/env python3

import binascii
import cmd
Loading