Skip to content

Commit

Permalink
ref: remove shebang from non-executable files
Browse files Browse the repository at this point in the history
  • Loading branch information
bartsanchez committed Nov 24, 2024
1 parent 7ee2f02 commit db20710
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions src/api/fp.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/python

# Floating point converter


Expand Down
1 change: 0 additions & 1 deletion src/arch/z80/__init__.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# vim:ts=4:et:sw=4:

import src.api.global_
Expand Down
1 change: 0 additions & 1 deletion src/arch/zx48k/__init__.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# vim:ts=4:et:sw=4:

import src.api.global_
Expand Down
1 change: 0 additions & 1 deletion src/arch/zxnext/__init__.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# vim:ts=4:et:sw=4:

import src.api.global_
Expand Down
1 change: 0 additions & 1 deletion src/zxbc/keywords.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python
# vim:ts=4:et:sw=4

# ----------------------------------------------------------------------
Expand Down
2 changes: 0 additions & 2 deletions src/zxbpp/base_pplex.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/python3

# ----------------------------------------------------------------------
# Copyleft (K), Jose M. Rodriguez-Rosa (a.k.a. Boriel)
#
Expand Down
1 change: 0 additions & 1 deletion tests/functional/test_.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
# vim:ts=4:et:ai

import os
Expand Down
2 changes: 0 additions & 2 deletions tests/functional/test_asm.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import os
import sys

Expand Down
2 changes: 0 additions & 2 deletions tests/functional/test_basic.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import glob
import os
import sys
Expand Down
2 changes: 0 additions & 2 deletions tests/functional/test_prepro.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import os
import sys

Expand Down

0 comments on commit db20710

Please sign in to comment.