mirror of
https://github.com/servo/servo.git
synced 2025-08-01 19:50:30 +01:00
tests/wpt/update: use urllib module from six package
This commit is contained in:
parent
179caed30f
commit
d8190a7933
3 changed files with 7 additions and 7 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue