Skip to content

Commit

Permalink
[cleanup] Remove useless shebangs
Browse files Browse the repository at this point in the history
These files aren't executable
  • Loading branch information
Andy C committed Jul 4, 2021
1 parent de00be7 commit de950e1
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion core/ansi.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python2
"""
ansi.py
"""
Expand Down
2 changes: 1 addition & 1 deletion core/comp_ui.py
@@ -1,5 +1,5 @@
"""
ui.py
comp_ui.py
"""
from __future__ import print_function

Expand Down
1 change: 0 additions & 1 deletion core/error.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python2
"""
error.py
"""
Expand Down
1 change: 0 additions & 1 deletion core/executor.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python2
"""
executor.py
"""
Expand Down
1 change: 0 additions & 1 deletion core/optview.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python2
"""
optview.py
"""
Expand Down
1 change: 0 additions & 1 deletion core/oven.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python2
"""
core/oven.py: Pure evaluator, for config files.
"""
Expand Down
1 change: 0 additions & 1 deletion core/pyerror.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python2
"""
pyerror.py -- Wrappers for raising exceptions.
Expand Down
1 change: 0 additions & 1 deletion core/pyos.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python2
"""
pyos.py -- Wrappers for the operating system.
Expand Down
1 change: 0 additions & 1 deletion core/shell.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python2
"""
core/shell.py -- Entry point for the shell interpreter.
"""
Expand Down
1 change: 0 additions & 1 deletion core/shell_native.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python2
"""
core/shell_native.py -- Subset of core/shell.py that we translate to C++.
Expand Down
1 change: 0 additions & 1 deletion core/vm.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python2
"""
vm.py: Library for executing shell.
"""
Expand Down

0 comments on commit de950e1

Please sign in to comment.