Make pylint happier for no particular reason

This commit is contained in:
Bob Lantz
2014-11-23 11:13:54 -08:00
parent 50774e407c
commit 474f68600e
+1 -1
View File
@@ -417,7 +417,7 @@ class Link( object ):
# All we are is dust in the wind, and our two interfaces
self.intf1, self.intf2 = intf1, intf2
def intfName( _self, node, n ):
def intfName( self, node, n ):
"Construct a canonical interface name node-ethN for interface n."
return node.name + '-eth' + repr( n )