ClubEspritLibre / the-Gnu-Distro

A Gnu Distro WebApp
3 stars 15 forks source link

popen is deprecated #23

Open rednaks opened 11 years ago

rednaks commented 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