Minor formatting changes.

This commit is contained in:
Bob Lantz
2010-03-24 13:42:46 -07:00
parent c70aab0a38
commit 353411422e
4 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -270,7 +270,7 @@ class Node( object ):
if dstNode == node:
connections.append( ( intf, dstIntf ) )
return connections
# This is a symmetric operation, but it makes sense to put
# the code here since it is tightly coupled to routines in
# this class. For a more symmetric API, you can use