We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576cc32 commit e4ab4abCopy full SHA for e4ab4ab
Lib/zipfile/__init__.py
@@ -28,7 +28,6 @@
28
29
try:
30
import lzma # We may need its compression method
31
- crc32 = lzma.crc32
32
except ImportError:
33
lzma = None
34
0 commit comments