Skip to content

Commit

Permalink
Merge pull request #78 from bnavigator/remove-shebang
Browse files Browse the repository at this point in the history
Remove shebang in source files without main execution path
  • Loading branch information
roryyorke authored Aug 10, 2019
2 parents c23ad78 + f9f4a95 commit 2f31897
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion slycot/analysis.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
#
# analysis.py
#
Expand Down
1 change: 0 additions & 1 deletion slycot/examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
#
# examples.py
#
Expand Down
1 change: 0 additions & 1 deletion slycot/math.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
#
# math.py
#
Expand Down
1 change: 0 additions & 1 deletion slycot/synthesis.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
#
# synthesis.py
#
Expand Down
1 change: 0 additions & 1 deletion slycot/transform.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
#
# transform.py
#
Expand Down

0 comments on commit 2f31897

Please sign in to comment.