This commit is contained in:
Christoph Gohlke 2013-06-30 18:44:43 -07:00
commit 211d16362d

View File

@ -20,7 +20,6 @@ python_options = []
tester_options = [] tester_options = []
if "--installed" not in sys.argv: if "--installed" not in sys.argv:
python_options.append("-S")
os.environ["PYTHONPATH"] = "." os.environ["PYTHONPATH"] = "."
if "--coverage" in sys.argv: if "--coverage" in sys.argv: