Skip to content

Commit aa3f606

Browse files
authored
Merge pull request #545 from ckilcoin/colm-development
Remove all python shebang instances from package
2 parents dba26a1 + 5f61044 commit aa3f606

25 files changed

+0
-48
lines changed

securesystemslib/formats.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
"""
42
<Program Name>
53
formats.py

securesystemslib/interface.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
"""
42
<Program Name>
53
interface.py

securesystemslib/keys.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
"""
42
<Program Name>
53
keys.py

securesystemslib/rsa_keys.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
"""
42
<Program Name>
53
rsa_keys.py

securesystemslib/schema.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
"""
42
<Program Name>
53
schema.py

securesystemslib/settings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
"""
42
<Program Name>
53
settings.py

tests/aggregate_tests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
"""
42
<Program Name>
53
aggregate_tests.py

tests/check_gpg_available.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
"""
42
<Program Name>
53
check_gpg_available.py

tests/check_kms_signers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
"""
42
This module confirms that signing using KMS keys works.
53

tests/check_public_interfaces.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
"""
42
<Program Name>
53
check_public_interfaces.py

0 commit comments

Comments
 (0)