Pass pyflakes.

This commit is contained in:
Bob Lantz
2010-05-04 19:11:12 -07:00
parent c79882b766
commit 259d713315
10 changed files with 157 additions and 106 deletions
+1 -2
View File
@@ -28,9 +28,8 @@ and bandwidth ('iperf'.)
from subprocess import call
from cmd import Cmd
from os import isatty
from select import poll, select, POLLIN
from select import poll, POLLIN
from sys import stdin
from tty import setcbreak
from mininet.log import info, output, error
from mininet.term import makeTerms