Skip to content

Commit

Permalink
Sqush with scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewQuijano committed Aug 10, 2024
1 parent df5a988 commit ef9783b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion init-host.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3

# import argparse
import os
Expand Down
2 changes: 1 addition & 1 deletion scripts/competition.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3

import argparse
import datetime
Expand Down
2 changes: 1 addition & 1 deletion scripts/inject.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3

import argparse
import atexit
Expand Down
2 changes: 1 addition & 1 deletion scripts/run-on-fuzzed-input.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3

import argparse
import json
Expand Down
3 changes: 1 addition & 2 deletions tools/btrace/sw-btrace-to-compiledb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# Python 2 or 3 -- works on 2.6 and up.
#!/usr/bin/python3
from __future__ import absolute_import, print_function, unicode_literals
import json
import os
Expand Down

0 comments on commit ef9783b

Please sign in to comment.