mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-12 07:12:31 +08:00
changed urlparse library from six.moves.urllib_parse
to six.moves.urllib.parse
This commit is contained in:
@@ -12,7 +12,7 @@ from skimage.color import color_dict
|
||||
import re
|
||||
import six
|
||||
import six.moves.urllib
|
||||
from six.moves.urllib_parse import urlparse
|
||||
from six.moves.urllib.parse import urlparse
|
||||
from six.moves.urllib import request
|
||||
from six.moves.urllib import error
|
||||
urlopen = request.urlopen
|
||||
|
||||
Reference in New Issue
Block a user