summaryrefslogtreecommitdiffstats
path: root/DeDRM_plugin/ignoblekeyGenPassHash.py
diff options
context:
space:
mode:
authorNoDRM <[email protected]>2023-08-03 20:45:06 +0200
committerNoDRM <[email protected]>2023-08-03 20:45:06 +0200
commit53996cf49c504264a3632576f15fc492dd371860 (patch)
tree53966c3e27b9f8c55be89e7920b2cca77fdce991 /DeDRM_plugin/ignoblekeyGenPassHash.py
parentd388ae72fd797efcef3da2b4ff8694cfaa4431cb (diff)
More Python2 fixes
Diffstat (limited to 'DeDRM_plugin/ignoblekeyGenPassHash.py')
-rw-r--r--DeDRM_plugin/ignoblekeyGenPassHash.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/DeDRM_plugin/ignoblekeyGenPassHash.py b/DeDRM_plugin/ignoblekeyGenPassHash.py
index 6f09bc4..65d1733 100644
--- a/DeDRM_plugin/ignoblekeyGenPassHash.py
+++ b/DeDRM_plugin/ignoblekeyGenPassHash.py
@@ -50,9 +50,9 @@ try:
except ImportError:
from Crypto.Cipher import AES
-from utilities import SafeUnbuffered
+from .utilities import SafeUnbuffered
-from argv_utils import unicode_argv
+from .argv_utils import unicode_argv
class IGNOBLEError(Exception):
pass