Add missing function import
This commit is contained in:
@@ -12,6 +12,8 @@ irreplaceable!
|
|||||||
from subprocess import Popen, PIPE
|
from subprocess import Popen, PIPE
|
||||||
import re
|
import re
|
||||||
|
|
||||||
|
from mininet import quietRun
|
||||||
|
|
||||||
def sh( cmd ):
|
def sh( cmd ):
|
||||||
"Print a command and send it to the shell"
|
"Print a command and send it to the shell"
|
||||||
print cmd
|
print cmd
|
||||||
|
|||||||
Reference in New Issue
Block a user