Switched from using os.popen* to subprocess.Popen
o Avoids deprecation warnings in Python 2.6. See: http://docs.python.org/library/subprocess.html#replacing-os-popen-os-popen2-os-popen3
Showing
Please register or sign in to comment
o Avoids deprecation warnings in Python 2.6. See: http://docs.python.org/library/subprocess.html#replacing-os-popen-os-popen2-os-popen3