Remove useless import

This commit is contained in:
Nemunaire 2014-03-03 20:23:17 +01:00
parent d88146780f
commit 46f0d37a81

View File

@ -17,7 +17,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import socket
import sys
import threading
class Server(threading.Thread):