Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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