diff options
Diffstat (limited to 'python/servo/devenv_commands.py')
-rw-r--r-- | python/servo/devenv_commands.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/servo/devenv_commands.py b/python/servo/devenv_commands.py index db44ad2121c..5570aae50b7 100644 --- a/python/servo/devenv_commands.py +++ b/python/servo/devenv_commands.py @@ -11,12 +11,12 @@ from __future__ import print_function, unicode_literals from os import path, listdir, getcwd from time import time +import json import signal +import subprocess import sys import tempfile -import six.moves.urllib as urllib -import json -import subprocess +import urllib from mach.decorators import ( CommandArgument, |