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:
Bob Lantz
2010-02-05 17:22:18 -08:00
parent 7d4b7b7f47
commit e85f8bdf29
5 changed files with 0 additions and 9 deletions
-2
View File
@@ -1,5 +1,3 @@
#!/usr/bin/python
"""
A simple command-line interface for Mininet.
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/python
"""
Mininet: A simple networking testbed for OpenFlow!
-2
View File
@@ -1,5 +1,3 @@
#!/usr/bin/env python
"""
Node objects for Mininet.
-2
View File
@@ -1,5 +1,3 @@
#!/usr/bin/env python
"Utility functions for Mininet."
from time import sleep
-2
View File
@@ -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.