Fix tarfile to support non-unicode pax fields

This commit is contained in:
Jake Moshenko 2015-08-07 11:56:38 -04:00
parent 44584ff0d8
commit 74d838697f
5 changed files with 2651 additions and 1 deletions

View file

@ -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}