summaryrefslogtreecommitdiffstats
path: root/DeDRM_plugin/ignoblekeyGenPassHash.py
diff options
context:
space:
mode:
Diffstat (limited to 'DeDRM_plugin/ignoblekeyGenPassHash.py')
-rw-r--r--DeDRM_plugin/ignoblekeyGenPassHash.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/DeDRM_plugin/ignoblekeyGenPassHash.py b/DeDRM_plugin/ignoblekeyGenPassHash.py
index 65d1733..f050bd9 100644
--- a/DeDRM_plugin/ignoblekeyGenPassHash.py
+++ b/DeDRM_plugin/ignoblekeyGenPassHash.py
@@ -45,6 +45,8 @@ import os
import hashlib
import base64
+#@@CALIBRE_COMPAT_CODE@@
+
try:
from Cryptodome.Cipher import AES
except ImportError: