diff options
Diffstat (limited to 'python/servo/package_commands.py')
-rw-r--r-- | python/servo/package_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/package_commands.py b/python/servo/package_commands.py index df6e6443f6c..f6010c0d3a0 100644 --- a/python/servo/package_commands.py +++ b/python/servo/package_commands.py @@ -21,7 +21,7 @@ import shutil import subprocess import sys import tempfile -import six.moves.urllib as urllib +import urllib import xml from mach.decorators import ( |