Fix urlparse import.
This commit is contained in:
parent
15c3461b1f
commit
7ec6994453
@ -17,7 +17,7 @@
|
||||
import os
|
||||
import shutil
|
||||
|
||||
from six.moves.urllib.parse import urlparse
|
||||
import six.moves.urllib.parse as urlparse
|
||||
|
||||
from mediagoblin.storage import (
|
||||
StorageInterface,
|
||||
|
Loading…
x
Reference in New Issue
Block a user