Use the subprocess module, not os.popen2, for Python 3 compatibility.
authorMichael Vrable <vrable@cs.hmc.edu>
Fri, 31 Jan 2014 16:03:58 +0000 (08:03 -0800)
committerMichael Vrable <vrable@cs.hmc.edu>
Sat, 1 Feb 2014 17:18:56 +0000 (09:18 -0800)
commite6a86b518f7336f2ef49a0fd22ca293b84c7fa00
tree4c89b28a5a875d226a1ff0515832d8298e7e983d
parentaaaaeeb0ebf8487db9c4cc45f1ece57503431983
Use the subprocess module, not os.popen2, for Python 3 compatibility.
python/cumulus/__init__.py