Skip to content

Commit

Permalink
Removed hash-bang in module files which aren't executed directly,
Browse files Browse the repository at this point in the history
with the exception of topo.py, which I haven't touched.
  • Loading branch information
lantz committed Feb 6, 2010
1 parent 7d4b7b7 commit e85f8bd
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions mininet/cli.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/python

"""
A simple command-line interface for Mininet.
Expand Down
1 change: 0 additions & 1 deletion mininet/net.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python
"""
Mininet: A simple networking testbed for OpenFlow!
Expand Down
2 changes: 0 additions & 2 deletions mininet/node.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""
Node objects for Mininet.
Expand Down
2 changes: 0 additions & 2 deletions mininet/util.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"Utility functions for Mininet."

from time import sleep
Expand Down
2 changes: 0 additions & 2 deletions mininet/xterm.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit e85f8bd

Please sign in to comment.