aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/devenv_commands.py
diff options
context:
space:
mode:
authorJason Williams <jase.williams@gmail.com>2016-01-05 00:22:28 +0000
committerLars Bergstrom <lars@lars.com>2016-01-22 19:27:29 -0600
commit13d98f153ae330329ac1c0450db758a73b6d6e1f (patch)
tree62c51f04378a081e735a039d276e0339ad25988d /python/servo/devenv_commands.py
parent095658e098ea695fef651f5b51a0081cfeb94f32 (diff)
downloadservo-13d98f153ae330329ac1c0450db758a73b6d6e1f.tar.gz
servo-13d98f153ae330329ac1c0450db758a73b6d6e1f.zip
adding check for windows then using Scripts instead of bin
Diffstat (limited to 'python/servo/devenv_commands.py')
-rw-r--r--python/servo/devenv_commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/servo/devenv_commands.py b/python/servo/devenv_commands.py
index 015ae3c91af..d16c4ce619c 100644
--- a/python/servo/devenv_commands.py
+++ b/python/servo/devenv_commands.py
@@ -10,6 +10,7 @@
from __future__ import print_function, unicode_literals
from os import path, getcwd, listdir
+import subprocess
import sys
from mach.decorators import (