os.popen() is deprecated since python 2.6. Resolved with use of subprocess module. Change-Id: I41bc6c63b60a6f863a734b4c3264a706c3fddb60 Closes-Bug: #1529836
2.9 KiB
2.9 KiB
os.popen() is deprecated since python 2.6. Resolved with use of subprocess module. Change-Id: I41bc6c63b60a6f863a734b4c3264a706c3fddb60 Closes-Bug: #1529836