Remove ^S which was in this file (thanks emacs bindings)

This commit is contained in:
Bob Lantz
2014-11-12 17:39:50 -08:00
parent 307302ed32
commit de002b0d9a
+1 -1
View File
@@ -242,7 +242,7 @@ class Topo( object ):
sport: optional source port (otherwise use lowest src port)
returns: tuple (sport, dport), where
sport = port on source switch leading to the destination switch
dport = port on destination switch leading to the source switch
dport = port on destination switch leading to the source switch
Note that you can also look up ports using linkInfo()"""
# A bit ugly and slow vs. single-link implementation ;-(
ports = [ ( sport, entry[ 1 ] )