Skip to content

Commit

Permalink
Merge pull request #70 from ansasaki/shebangs
Browse files Browse the repository at this point in the history
Removed shebangs from scripts
  • Loading branch information
ansasaki committed Jun 15, 2018
2 parents 57db0fb + dfe344b commit 3c28a05
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion ci/bootstrap.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import absolute_import, print_function, unicode_literals

Expand Down
1 change: 0 additions & 1 deletion src/smap/symver.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
from __future__ import print_function

import argparse
Expand Down
1 change: 0 additions & 1 deletion tests/test_as_lib.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# /usr/bin/env python
# -*- coding: utf-8 -*-

"""Tests using as library"""
Expand Down
1 change: 0 additions & 1 deletion tests/test_bump_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""Tests for bump version function"""
Expand Down
1 change: 0 additions & 1 deletion tests/test_check.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""Tests for check command"""
Expand Down
1 change: 0 additions & 1 deletion tests/test_check_files.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""Test for check_files function"""
Expand Down
1 change: 0 additions & 1 deletion tests/test_clean_symbols.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""Tests for clean_symbols function"""
Expand Down
1 change: 0 additions & 1 deletion tests/test_get_info_from_release_string.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# /usr/bin/env python
# -*- coding: utf-8 -*-

"""Tests for test_get_info_from_release_string()"""
Expand Down
1 change: 0 additions & 1 deletion tests/test_get_version_from_string.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import pytest
Expand Down
1 change: 0 additions & 1 deletion tests/test_new.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""Tests for new command"""
Expand Down
1 change: 0 additions & 1 deletion tests/test_overwrite_protected.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import os
Expand Down
1 change: 0 additions & 1 deletion tests/test_script.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# /usr/bin/env python
# -*- coding: utf-8 -*-

"""Test running as a command line script"""
Expand Down
1 change: 0 additions & 1 deletion tests/test_update.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""Tests for update command"""
Expand Down
Empty file modified version.py
100755 → 100644
Empty file.

0 comments on commit 3c28a05

Please sign in to comment.