Fix the conflict of urlparse between python2 and python3
Change-Id: I47d7a524afaa3ae74b7c6c2931d8ebb89438c508
This commit is contained in:
parent
9d1bb44bc9
commit
b90bb167e0
@ -1,7 +1,7 @@
|
||||
import json
|
||||
import os
|
||||
import re
|
||||
from urlparse import urlparse
|
||||
from six.moves.urllib.parse import urlparse
|
||||
import xml.dom.minidom
|
||||
|
||||
from proboscis.asserts import *
|
||||
|
@ -5,7 +5,7 @@ import re
|
||||
import six
|
||||
import sys
|
||||
import time
|
||||
from urlparse import urlparse
|
||||
from six.moves.urllib.parse import urlparse
|
||||
import xml.dom.minidom
|
||||
|
||||
from proboscis import before_class
|
||||
|
Loading…
x
Reference in New Issue
Block a user