imported check_output
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ It may also get rid of 'false positives', but hopefully
|
|||||||
nothing irreplaceable!
|
nothing irreplaceable!
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from subprocess import Popen, PIPE
|
from subprocess import Popen, PIPE, check_output as co
|
||||||
import time
|
import time
|
||||||
|
|
||||||
from mininet.log import info
|
from mininet.log import info
|
||||||
|
|||||||
Reference in New Issue
Block a user