Change import to reflect renamed mininet.term module.

This commit is contained in:
Bob Lantz
2010-04-10 20:24:31 -07:00
parent 3e6b3dd273
commit ff6145c015
+1 -1
View File
@@ -13,7 +13,7 @@ nothing irreplaceable!
from subprocess import Popen, PIPE from subprocess import Popen, PIPE
from mininet.log import info from mininet.log import info
from mininet.xterm import cleanUpScreens from mininet.term import cleanUpScreens
def sh( cmd ): def sh( cmd ):
"Print a command and send it to the shell" "Print a command and send it to the shell"