Skip to content

Commit

Permalink
Don't import bz2
Browse files Browse the repository at this point in the history
This was useful for investigating the metadata xml, but there's nothing useful
for us in there.
  • Loading branch information
theuni committed Jun 18, 2020
1 parent 9840fbf commit 70de9be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extract_xcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import struct
import zlib
import xml.etree.ElementTree as ET
import bz2
import lzma

XAR_MAGIC = b'\x78\x61\x72\x21'
Expand Down

0 comments on commit 70de9be

Please sign in to comment.