Loading
Bug 1257516 - Allow the log_handle given to the virtualenv manager to be a file-like object. r=ted
subprocess functions doesn't directly take file-like objects, so add a minimalistic wrapper to do the right thing instead of subprocess.call when given a file-like object.