add shebang

This commit is contained in:
S Groesz 2020-09-26 21:54:16 +00:00
parent 4acc003707
commit 34e1ad1e39
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import getopt
import socket
import sys
@ -352,4 +354,4 @@ def main():
#-----------------------------------------------------------------------------
if __name__ == "__main__":
main()
main()