remove unused imports
This commit is contained in:
parent
7920985eb5
commit
5ea5641186
1 changed files with 0 additions and 2 deletions
2
kl11.py
2
kl11.py
|
@ -25,9 +25,7 @@
|
||||||
# Trivial TCP server that accepts connections on port 1170 (cute)
|
# Trivial TCP server that accepts connections on port 1170 (cute)
|
||||||
# and simply proxies character traffic back and forth.
|
# and simply proxies character traffic back and forth.
|
||||||
#
|
#
|
||||||
import sys
|
|
||||||
import socket
|
import socket
|
||||||
import time
|
|
||||||
import threading
|
import threading
|
||||||
import queue
|
import queue
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue