Skip to content
Snippets Groups Projects
Commit 98cb3359 authored by Brian O'Connor's avatar Brian O'Connor
Browse files

fixed comment in cli.py

parent 9281719d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment