Fix cache handling with osc from git master
osc master no longer wraps urlopen, so use the underlying function
This commit is contained in:
parent
0414dd1616
commit
9f802cc1cd
@ -10,7 +10,7 @@ from urllib.parse import urlsplit, SplitResult
|
|||||||
from io import BytesIO
|
from io import BytesIO
|
||||||
|
|
||||||
from osc import conf
|
from osc import conf
|
||||||
from osc.core import urlopen
|
from urllib.request import urlopen
|
||||||
from osclib.cache_manager import CacheManager
|
from osclib.cache_manager import CacheManager
|
||||||
from osclib.conf import str2bool
|
from osclib.conf import str2bool
|
||||||
from osclib.util import rmtree_nfs_safe
|
from osclib.util import rmtree_nfs_safe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user