mirror of https://github.com/zulip/zulip.git
Cleanup: Remove shebang and executable flag from these files.
This commit is contained in:
parent
de30400fc5
commit
fbd24669a4
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
"""\
|
||||
Deliver email messages that have been queued by various things
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
"""
|
||||
Forward messages sent to the configured email gateway to Zulip.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
"""
|
||||
Shows backlog count of ScheduledEmail
|
||||
|
|
Loading…
Reference in New Issue