pipes -> shlex
This commit is contained in:
parent
f32a205fe0
commit
a10e16a964
1 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ from bundlewrap.exceptions import BundleError
|
|||
from bundlewrap.utils.text import force_text, mark_for_translation as _
|
||||
from bundlewrap.utils.remote import PathInfo
|
||||
import types
|
||||
from pipes import quote
|
||||
from shlex import quote
|
||||
|
||||
# Downloaded from https://github.com/bundlewrap/plugins/blob/master/item_download/items/download.py
|
||||
# No, we can't use plugins here, because bw4 won't support them anymore.
|
||||
|
|
Loading…
Reference in a new issue