tool/compile_gatt: revert to working version

This commit is contained in:
Matthias Ringwald 2020-01-16 15:15:37 +01:00
parent 7d1c0c3aea
commit 379d3ace42

View File

@ -22,7 +22,7 @@ import tempfile
# try to import Cryptodome
try:
from Cryptodome2.Cipher import AES
from Cryptodome.Cipher import AES
from Cryptodome.Hash import CMAC
have_crypto = True
except ImportError: