Skip to content

Commit

Permalink
Use Python 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
BYVoid committed Jul 30, 2024
1 parent e1f3e6b commit 1698ae5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data/scripts/find_target.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

import sys
Expand Down
2 changes: 1 addition & 1 deletion data/scripts/merge.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

import codecs
Expand Down
2 changes: 1 addition & 1 deletion data/scripts/reverse.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

import sys
Expand Down
2 changes: 1 addition & 1 deletion data/scripts/sort.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import sys

Expand Down
2 changes: 1 addition & 1 deletion data/scripts/sort_all.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import glob
import sys
Expand Down

0 comments on commit 1698ae5

Please sign in to comment.