Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit b7f7ca2

Browse files
authored
Remove shebang line from module files (#10415)
Signed-off-by: Kai A. Hiller <V02460@gmail.com>
1 parent 65f5206 commit b7f7ca2

17 files changed

+1
-16
lines changed

changelog.d/10415.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove shebang line from module files.

synapse/_scripts/review_recent_signups.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# Copyright 2021 The Matrix.org Foundation C.I.C.
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

synapse/app/admin_cmd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# Copyright 2019 Matrix.org Foundation C.I.C.
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

synapse/app/appservice.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# Copyright 2016 OpenMarket Ltd
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

synapse/app/client_reader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# Copyright 2016 OpenMarket Ltd
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

synapse/app/event_creator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# Copyright 2018 New Vector Ltd
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

synapse/app/federation_reader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# Copyright 2016 OpenMarket Ltd
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

synapse/app/federation_sender.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# Copyright 2016 OpenMarket Ltd
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

synapse/app/frontend_proxy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# Copyright 2016 OpenMarket Ltd
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

synapse/app/generic_worker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# Copyright 2016 OpenMarket Ltd
32
# Copyright 2020 The Matrix.org Foundation C.I.C.
43
#

0 commit comments

Comments
 (0)