mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-13 04:26:57 +08:00
Fixed import of urlparse and rebase on upstream
This commit is contained in:
@@ -14,7 +14,7 @@ try:
|
||||
from urlparse import urlparse
|
||||
except ImportError:
|
||||
try:
|
||||
from urllib import parse as urlparse
|
||||
from urllib.parse import urlparse
|
||||
except ImportError:
|
||||
from six.moves.urllib_parse import urlparse
|
||||
|
||||
|
||||
Reference in New Issue
Block a user