fixed comment in cli.py

This commit is contained in:
Brian O'Connor
2013-08-09 17:10:50 -07:00
parent 9281719d74
commit 98cb33599f
+1 -1
View File
@@ -43,7 +43,7 @@ class CLI( Cmd ):
def __init__( self, mininet, stdin=sys.stdin, script=None ):
self.mn = mininet
# CLI locals for py commands
# Local variable bindings for py command
self.locals = { 'net': mininet }
# Attempt to handle input
self.stdin = stdin