We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7775946 commit b3fbea1Copy full SHA for b3fbea1
utils/zipfile_deterministic.py
@@ -7,6 +7,7 @@
7
8
import struct, os, time, sys, shutil
9
import binascii, cStringIO, stat
10
+import unicodedata
11
12
try:
13
import zlib # We may need its compression method
0 commit comments