Pass make codecheck.

This commit is contained in:
Bob Lantz
2010-08-17 00:02:30 -07:00
parent 52082ff3f9
commit b7097daad4
2 changed files with 2 additions and 4 deletions
-1
View File
@@ -294,7 +294,6 @@ class CLI( Cmd ):
else:
error( '*** Unknown command: %s\n' % first )
# pylint: enable-msg=W0613,R0201
def waitForNode( self, node ):
-1
View File
@@ -185,7 +185,6 @@ class Topo(object):
'''Returns true if node is a switch.'''
return self.node_info[n].is_switch
def switches(self, enabled = True):
'''Return switches.