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 -1
View File
@@ -17,7 +17,7 @@ def emptyNet():
net = Mininet( controller=Controller )
info( '*** Adding controller\n' )
c0 = net.addController( 'c0' )
net.addController( 'c0' )
info( '*** Adding hosts\n' )
h1 = net.addHost( 'h1', ip='10.0.0.1' )