Skip to content
Snippets Groups Projects
Commit e85f8bdf authored by Bob Lantz's avatar Bob Lantz
Browse files

Removed hash-bang in module files which aren't executed directly,

with the exception of topo.py, which I haven't touched.
parent 7d4b7b7f
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/python
"""
A simple command-line interface for Mininet.
......
#!/usr/bin/python
"""
Mininet: A simple networking testbed for OpenFlow!
......
#!/usr/bin/env python
"""
Node objects for Mininet.
......
#!/usr/bin/env python
"Utility functions for Mininet."
from time import sleep
......
#!/usr/bin/env python
"""
XTerm creation and cleanup.
Utility functions to run an xterm (connected via screen(1)) on each host.
......
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