summaryrefslogtreecommitdiff
path: root/M2Crypto/BN.py
diff options
context:
space:
mode:
Diffstat (limited to 'M2Crypto/BN.py')
-rw-r--r--M2Crypto/BN.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/M2Crypto/BN.py b/M2Crypto/BN.py
index 57a13a6..0d8c3b2 100644
--- a/M2Crypto/BN.py
+++ b/M2Crypto/BN.py
@@ -6,9 +6,8 @@ M2Crypto wrapper for OpenSSL BN (BIGNUM) API.
Copyright (c) 2005 Open Source Applications Foundation. All rights reserved.
"""
-from M2Crypto import m2, util
-if util.py27plus:
- from typing import Optional # noqa
+from M2Crypto import m2
+from typing import Optional # noqa
def rand(bits, top=-1, bottom=0):