Skip to content

Commit 27f1436

Browse files
author
Alex Hughson
committed
Fixes indentation error
1 parent 3ec931a commit 27f1436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CryptoPlus/Util/python_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
if parse_version(Crypto.__version__) > parse_version("2.0.1"):
55
del Crypto
6-
try:
6+
try:
77
from Crypto.Util.python_compat import *
88
except:
99
from Crypto.Util.py21compat import *

0 commit comments

Comments
 (0)