mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
open_sockets.py: remove unused import.
This commit is contained in:
parent
b5702b4f20
commit
64b03a032e
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# Opens sockets until they run out.
|
# Opens sockets until they run out.
|
||||||
import sys, socket
|
import socket
|
||||||
from time import time
|
from time import time
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
Loading…
Reference in New Issue
Block a user