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