Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid using os.system since it serializes threads on macosx.
* Use subprocess.Popen instead. See http://docs.python.org/library/subprocess.html#replacing-os-system.
- Loading branch information