Change-Id: Ie87e5b5ead777c0153ed7fa5d1db5cc1ae444261
@@ -47,7 +47,7 @@ def _dump_cmd(cmd):
print cmd
print "-" * len(cmd)
print
- subprocess.Popen(cmd, shell=True)
+ Popen(cmd, shell=True)
def _header(name):