Added two spaces before in-line # comments.

This commit is contained in:
Bob Lantz
2010-03-24 14:41:40 -07:00
parent 353411422e
commit cf6f67045b
6 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ class CLI( Cmd ):
def __init__( self, mininet ):
self.mn = mininet
self.nodelist = self.mn.controllers + self.mn.switches + self.mn.hosts
self.nodemap = {} # map names to Node objects
self.nodemap = {} # map names to Node objects
for node in self.nodelist:
self.nodemap[ node.name ] = node
Cmd.__init__( self )