Removed hash-bang in module files which aren't executed directly,
with the exception of topo.py, which I haven't touched.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
"""
|
||||
A simple command-line interface for Mininet.
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/python
|
||||
"""
|
||||
|
||||
Mininet: A simple networking testbed for OpenFlow!
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
"""
|
||||
Node objects for Mininet.
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
"Utility functions for Mininet."
|
||||
|
||||
from time import sleep
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
"""
|
||||
XTerm creation and cleanup.
|
||||
Utility functions to run an xterm (connected via screen(1)) on each host.
|
||||
|
||||
Reference in New Issue
Block a user