Skip to content
Snippets Groups Projects
Commit ede34b6a authored by Brandon Heller's avatar Brandon Heller
Browse files

Add missing function import

parent 40580731
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,8 @@ irreplaceable!
from subprocess import Popen, PIPE
import re
from mininet import quietRun
def sh( cmd ):
"Print a command and send it to the shell"
print cmd
......
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