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 33d8af9f320..47df6599b92 100644 --- a/python/servo/devenv_commands.py +++ b/python/servo/devenv_commands.py @@ -10,12 +10,12 @@ from __future__ import print_function, unicode_literals from os import path, listdir, getcwd +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, |