1
0
Fork 0

[cleanup] Misc

This commit is contained in:
pukkandan 2022-07-31 03:35:16 +05:30
commit 31b532a1f2
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
6 changed files with 20 additions and 20 deletions

View file

@ -28,7 +28,7 @@ try:
except ImportError:
try:
from Crypto.Cipher import AES as Cryptodome_AES
except ImportError:
except (ImportError, SyntaxError): # Old Crypto gives SyntaxError in newer Python
Cryptodome_AES = None
else:
try: