mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +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
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							d1dc2cf30e
						
					
				
				
					commit
					573ec14955
				
			| @@ -1,4 +1,3 @@ | ||||
| #!/usr/bin/env python | ||||
| # -*- coding: utf-8 -*- | ||||
| # | ||||
| # Copyright © 2014 Zulip, Inc. | ||||
|   | ||||
| @@ -1,4 +1,3 @@ | ||||
| #!/usr/bin/env python | ||||
| # -*- coding: utf-8 -*- | ||||
| # | ||||
| # Copyright © 2014 Zulip, Inc. | ||||
|   | ||||
| @@ -1,4 +1,3 @@ | ||||
| #!/usr/bin/env python | ||||
| # -*- coding: utf-8 -*- | ||||
| # | ||||
| # Copyright © 2014 Zulip, Inc. | ||||
|   | ||||
| @@ -1,4 +1,3 @@ | ||||
| #!/usr/bin/env python | ||||
| # -*- coding: utf-8 -*- | ||||
| # | ||||
| # Copyright © 2014 Zulip, Inc. | ||||
|   | ||||
| @@ -1,4 +1,3 @@ | ||||
| #!/usr/bin/env python | ||||
| # -*- coding: utf-8 -*- | ||||
| # | ||||
| # Copyright © 2014 Zulip, Inc. | ||||
|   | ||||
| @@ -1,4 +1,3 @@ | ||||
| #!/usr/bin/env python | ||||
| # -*- coding: utf-8 -*- | ||||
| # | ||||
| # Copyright © 2014 Zulip, Inc. | ||||
|   | ||||
| @@ -1,4 +1,3 @@ | ||||
| #!/usr/bin/env python | ||||
| import time | ||||
|  | ||||
| # Avoid requiring the typing module to be installed | ||||
|   | ||||
| @@ -1,5 +1,3 @@ | ||||
| #!/usr/bin/env python | ||||
|  | ||||
| """ | ||||
| Fenced Code Extension for Python Markdown | ||||
| ========================================= | ||||
|   | ||||
| @@ -1,7 +1,6 @@ | ||||
| from __future__ import absolute_import | ||||
| from typing import Any, Dict, Optional, Text | ||||
|  | ||||
| #!/usr/bin/env python | ||||
| # This file is adapted from samples/shellinabox/ssh-krb-wrapper in | ||||
| # https://github.com/davidben/webathena, which has the following | ||||
| # license: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user