Open rednaks opened 11 years ago
We use popen to run system commands, but related to the doc this function is deprected[1] and we can use subprocess[2] instead.
[1] http://docs.python.org/2/library/os.html#os.popen [2] http://docs.python.org/2/library/subprocess.html#subprocess-replacements
We use popen to run system commands, but related to the doc this function is deprected[1] and we can use subprocess[2] instead.
[1] http://docs.python.org/2/library/os.html#os.popen [2] http://docs.python.org/2/library/subprocess.html#subprocess-replacements