Remove unused import

This commit is contained in:
Aanand Prasad 2014-01-20 19:25:28 +00:00
parent 40d04a076c
commit 977ec7c941
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
from __future__ import print_function from __future__ import print_function
# Adapted from https://github.com/benthor/remotty/blob/master/socketclient.py # Adapted from https://github.com/benthor/remotty/blob/master/socketclient.py
from select import select
import sys import sys
import tty import tty
import fcntl import fcntl