diff options
Diffstat (limited to 'python/servo/devenv_commands.py')
-rw-r--r-- | python/servo/devenv_commands.py | 1 |
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 ( |