Add missing function import

This commit is contained in:
Brandon Heller
2009-12-18 12:10:35 -08:00
parent 40580731cd
commit ede34b6a4d
+2
View File
@@ -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