summaryrefslogtreecommitdiffstats
path: root/samloader/crypt.py
diff options
context:
space:
mode:
Diffstat (limited to 'samloader/crypt.py')
-rw-r--r--samloader/crypt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/samloader/crypt.py b/samloader/crypt.py
index ae626f8..5b96ad1 100644
--- a/samloader/crypt.py
+++ b/samloader/crypt.py
@@ -5,7 +5,7 @@
import hashlib
import xml.etree.ElementTree as ET
-from Crypto.Cipher import AES
+from Cryptodome.Cipher import AES
from clint.textui import progress
from . import request