os.popen() is deprecated since version 2.6. Resolved with use of subprocess module. Change-Id: I2ff32c4dc37c543696125ac755dc4adb69ddacdf Partial-Bug: #1529836
7.6 KiB
7.6 KiB
os.popen() is deprecated since version 2.6. Resolved with use of subprocess module. Change-Id: I2ff32c4dc37c543696125ac755dc4adb69ddacdf Partial-Bug: #1529836