Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Remove shebangs
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Feb 5, 2016
1 parent 5dd5723 commit c9663df
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 17 deletions.
2 changes: 0 additions & 2 deletions pages/mobile/details.py
@@ -1,5 +1,3 @@
#!/usr/bin/env python

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Expand Down
2 changes: 0 additions & 2 deletions pages/mobile/reviews.py
@@ -1,5 +1,3 @@
#!/usr/bin/env python

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Expand Down
2 changes: 0 additions & 2 deletions pages/mobile/settings.py
@@ -1,5 +1,3 @@
#!/usr/bin/env python

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Expand Down
2 changes: 0 additions & 2 deletions tests/base_test.py
@@ -1,5 +1,3 @@
#!/usr/bin/env python

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Expand Down
2 changes: 0 additions & 2 deletions tests/desktop/consumer_pages/test_purchase_app.py
@@ -1,5 +1,3 @@
#!/usr/bin/env python

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Expand Down
1 change: 0 additions & 1 deletion tests/desktop/consumer_pages/test_search.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8-*-

# This Source Code Form is subject to the terms of the Mozilla Public
Expand Down
2 changes: 0 additions & 2 deletions tests/mobile/test_details_page.py
@@ -1,5 +1,3 @@
#!/usr/bin/env python

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Expand Down
2 changes: 0 additions & 2 deletions tests/mobile/test_reviews.py
@@ -1,5 +1,3 @@
#!/usr/bin/env python

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Expand Down
2 changes: 0 additions & 2 deletions tests/mobile/test_users_account.py
@@ -1,5 +1,3 @@
#!/usr/bin/env python

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Expand Down

0 comments on commit c9663df

Please sign in to comment.