1
0
mirror of https://github.com/mjg59/python-broadlink.git synced 2024-09-21 04:20:36 +02:00

Fix shebangs

This commit is contained in:
Felipe Martins Diel 2020-10-21 14:32:32 -03:00 committed by Matthew Garrett
parent bbab292bbe
commit 1c5ba74f46
3 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
"""The python-broadlink library."""
import socket
from typing import Generator, List, Union, Tuple

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python3
import argparse
import base64
import codecs

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import argparse
import broadlink