Auto merge of #7103 - frewsxcv:python-venv, r=metajack

Use one Python virtual environment for all mach commands

*See individual commits for more information*

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7103)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-08-08 19:42:14 -06:00
commit c315404db8
51 changed files with 51 additions and 5813 deletions

View file

@ -5,13 +5,10 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
import os
import re
import subprocess
import sys
import BaseHTTPServer
import SimpleHTTPServer
import SocketServer
import threading
import urlparse
import json