aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/update/github.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/update/github.py')
-rw-r--r--tests/wpt/update/github.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/update/github.py b/tests/wpt/update/github.py
index 440e00df028..8cd03d9d9f6 100644
--- a/tests/wpt/update/github.py
+++ b/tests/wpt/update/github.py
@@ -5,7 +5,7 @@
from __future__ import print_function
import json
-from urlparse import urljoin
+from six.moves.urllib.parse import urljoin
requests = None
class GitHubError(Exception):