Skip to content

Commit

Permalink
Remove all python shebang instances from package
Browse files Browse the repository at this point in the history
Followup from work in secure-systems-lab#544 and secure-systems-lab#498
Other instances are in diff files, actual generated python code,
or unrelated to python shebang instances
  • Loading branch information
Colm Kilcoin committed Mar 21, 2023
1 parent 5c4f934 commit 5f61044
Show file tree
Hide file tree
Showing 25 changed files with 0 additions and 48 deletions.
2 changes: 0 additions & 2 deletions securesystemslib/formats.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""
<Program Name>
formats.py
Expand Down
2 changes: 0 additions & 2 deletions securesystemslib/interface.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""
<Program Name>
interface.py
Expand Down
2 changes: 0 additions & 2 deletions securesystemslib/keys.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""
<Program Name>
keys.py
Expand Down
2 changes: 0 additions & 2 deletions securesystemslib/rsa_keys.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""
<Program Name>
rsa_keys.py
Expand Down
2 changes: 0 additions & 2 deletions securesystemslib/schema.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""
<Program Name>
schema.py
Expand Down
2 changes: 0 additions & 2 deletions securesystemslib/settings.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""
<Program Name>
settings.py
Expand Down
2 changes: 0 additions & 2 deletions tests/aggregate_tests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""
<Program Name>
aggregate_tests.py
Expand Down
2 changes: 0 additions & 2 deletions tests/check_gpg_available.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""
<Program Name>
check_gpg_available.py
Expand Down
2 changes: 0 additions & 2 deletions tests/check_kms_signers.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""
This module confirms that signing using KMS keys works.
Expand Down
2 changes: 0 additions & 2 deletions tests/check_public_interfaces.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""
<Program Name>
check_public_interfaces.py
Expand Down
1 change: 0 additions & 1 deletion tests/check_public_interfaces_gpg.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
"""
<Program Name>
check_public_interfaces_gpg.py
Expand Down
2 changes: 0 additions & 2 deletions tests/test_dsse.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""Test cases for "metadata.py". """

import copy
Expand Down
2 changes: 0 additions & 2 deletions tests/test_ecdsa_keys.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env/ python

"""
<Program Name>
test_ecdsa_keys.py
Expand Down
2 changes: 0 additions & 2 deletions tests/test_ed25519_keys.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env/ python

"""
<Program Name>
test_ed25519_keys.py
Expand Down
2 changes: 0 additions & 2 deletions tests/test_exceptions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""
<Program Name>
test_exceptions.py
Expand Down
2 changes: 0 additions & 2 deletions tests/test_formats.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""
<Program Name>
test_formats.py
Expand Down
2 changes: 0 additions & 2 deletions tests/test_gpg.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""
<Program Name>
test_gpg.py
Expand Down
2 changes: 0 additions & 2 deletions tests/test_hash.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""
<Program Name>
test_hash.py
Expand Down
1 change: 0 additions & 1 deletion tests/test_hsm_signer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
"""Test HSMSigner
"""
import os
Expand Down
2 changes: 0 additions & 2 deletions tests/test_interface.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""
<Program Name>
test_interface.py
Expand Down
2 changes: 0 additions & 2 deletions tests/test_keys.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""
<Program Name>
test_keys.py
Expand Down
2 changes: 0 additions & 2 deletions tests/test_rsa_keys.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""
<Program Name>
test_rsa_keys.py
Expand Down
2 changes: 0 additions & 2 deletions tests/test_schema.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""
<Program Name>
test_schema.py
Expand Down
2 changes: 0 additions & 2 deletions tests/test_signer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""Test cases for "signer.py". """

import copy
Expand Down
2 changes: 0 additions & 2 deletions tests/test_util.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""
<Program Name>
test_util.py
Expand Down

0 comments on commit 5f61044

Please sign in to comment.