Remove unused imports

This commit is contained in:
Bob Lantz
2014-11-23 11:11:03 -08:00
parent 8e63e2c540
commit 50774e407c
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ import pty
import re
import signal
import select
from subprocess import Popen, PIPE, STDOUT
from subprocess import Popen, PIPE
from operator import or_
from time import sleep