diff --git a/kl11.py b/kl11.py index b8ad643..6cad894 100644 --- a/kl11.py +++ b/kl11.py @@ -25,9 +25,7 @@ # Trivial TCP server that accepts connections on port 1170 (cute) # and simply proxies character traffic back and forth. # -import sys import socket -import time import threading import queue