]> xmof Git - DeDRM.git/commitdiff
Undefined name: import zipfix
authorChristian Clauss <cclauss@me.com>
Mon, 20 Jan 2020 13:47:04 +0000 (14:47 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2020 13:47:04 +0000 (14:47 +0100)
dedrm_src/__init__.py

index ec4c621ca507c30bdab5c25b69b46bdc1a2aeecb..ec98886c282dc8c9f3e75d20e322974718683921 100644 (file)
@@ -90,6 +90,7 @@ from zipfile import ZipFile
 import erdr2pml
 import ineptpdf
 import k4mobidedrm
+import zipfix
 
 class DeDRMError(Exception):
     pass