Change import to reflect renamed mininet.term module.
This commit is contained in:
+1
-1
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user