We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec931a commit 27f1436Copy full SHA for 27f1436
src/CryptoPlus/Util/python_compat.py
@@ -3,7 +3,7 @@
3
4
if parse_version(Crypto.__version__) > parse_version("2.0.1"):
5
del Crypto
6
- try:
+ try:
7
from Crypto.Util.python_compat import *
8
except:
9
from Crypto.Util.py21compat import *
0 commit comments