Skip to content

Commit e4ab4ab

Browse files
authored
do not replace zipfile
1 parent 576cc32 commit e4ab4ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/zipfile/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
try:
3030
import lzma # We may need its compression method
31-
crc32 = lzma.crc32
3231
except ImportError:
3332
lzma = None
3433

0 commit comments

Comments
 (0)