Fix tarfile to support non-unicode pax fields
This commit is contained in:
parent
44584ff0d8
commit
74d838697f
5 changed files with 2651 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
import marisa_trie
|
||||
import os
|
||||
import tarfile
|
||||
|
||||
import util.vendor.paxtarfile as tarfile
|
||||
|
||||
from util.registry.aufs import is_aufs_metadata, get_deleted_prefix
|
||||
|
||||
ALLOWED_TYPES = {tarfile.REGTYPE, tarfile.AREGTYPE}
|
||||
|
|
Reference in a new issue