Remove blank lines to pass code check.

This commit is contained in:
Bob Lantz
2010-08-16 23:00:43 -07:00
parent d869d82027
commit f95aebb4f9
+2 -2
View File
@@ -231,9 +231,9 @@ class MininetRunner( object ):
test = self.options.test test = self.options.test
test = ALTSPELLING.get( test, test ) test = ALTSPELLING.get( test, test )
mn.start() mn.start()
if test == 'none': if test == 'none':
pass pass
elif test == 'all': elif test == 'all':