From 474f68600e2ec6a59a490cf3d45ac16cd0ed20c9 Mon Sep 17 00:00:00 2001
From: Bob Lantz <rlantz@cs.stanford.edu>
Date: Sun, 23 Nov 2014 11:13:54 -0800
Subject: [PATCH] Make pylint happier for no particular reason

---
 mininet/link.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mininet/link.py b/mininet/link.py
index 28fa757d..7d8b8707 100644
--- a/mininet/link.py
+++ b/mininet/link.py
@@ -417,7 +417,7 @@ def __init__( self, node1, node2, port1=None, port2=None,
         # 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 )
 
-- 
GitLab