Skip to content

Commit db20710

Browse files
committed
ref: remove shebang from non-executable files
1 parent 7ee2f02 commit db20710

10 files changed

Lines changed: 0 additions & 15 deletions

File tree

src/api/fp.py

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python
2-
31
# Floating point converter
42

53

src/arch/z80/__init__.py

100755100644
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# vim:ts=4:et:sw=4:
32

43
import src.api.global_

src/arch/zx48k/__init__.py

100755100644
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# vim:ts=4:et:sw=4:
32

43
import src.api.global_

src/arch/zxnext/__init__.py

100755100644
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# vim:ts=4:et:sw=4:
32

43
import src.api.global_

src/zxbc/keywords.py

100755100644
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python
21
# vim:ts=4:et:sw=4
32

43
# ----------------------------------------------------------------------

src/zxbpp/base_pplex.py

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python3
2-
31
# ----------------------------------------------------------------------
42
# Copyleft (K), Jose M. Rodriguez-Rosa (a.k.a. Boriel)
53
#

tests/functional/test_.py

100755100644
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python3
21
# vim:ts=4:et:ai
32

43
import os

tests/functional/test_asm.py

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
import os
42
import sys
53

tests/functional/test_basic.py

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
import glob
42
import os
53
import sys

tests/functional/test_prepro.py

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
import os
42
import sys
53

0 commit comments

Comments
 (0)