mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
Remove shebang line from non-scripts
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
committed by
Tim Abbott
parent
d1dc2cf30e
commit
573ec14955
@@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright © 2014 Zulip, Inc.
|
# Copyright © 2014 Zulip, Inc.
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright © 2014 Zulip, Inc.
|
# Copyright © 2014 Zulip, Inc.
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright © 2014 Zulip, Inc.
|
# Copyright © 2014 Zulip, Inc.
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright © 2014 Zulip, Inc.
|
# Copyright © 2014 Zulip, Inc.
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright © 2014 Zulip, Inc.
|
# Copyright © 2014 Zulip, Inc.
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright © 2014 Zulip, Inc.
|
# Copyright © 2014 Zulip, Inc.
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
import time
|
import time
|
||||||
|
|
||||||
# Avoid requiring the typing module to be installed
|
# Avoid requiring the typing module to be installed
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Fenced Code Extension for Python Markdown
|
Fenced Code Extension for Python Markdown
|
||||||
=========================================
|
=========================================
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
from typing import Any, Dict, Optional, Text
|
from typing import Any, Dict, Optional, Text
|
||||||
|
|
||||||
#!/usr/bin/env python
|
|
||||||
# This file is adapted from samples/shellinabox/ssh-krb-wrapper in
|
# This file is adapted from samples/shellinabox/ssh-krb-wrapper in
|
||||||
# https://github.com/davidben/webathena, which has the following
|
# https://github.com/davidben/webathena, which has the following
|
||||||
# license:
|
# license:
|
||||||
|
|||||||
Reference in New Issue
Block a user