summaryrefslogtreecommitdiff
path: root/M2Crypto/ASN1.py
diff options
context:
space:
mode:
Diffstat (limited to 'M2Crypto/ASN1.py')
-rw-r--r--M2Crypto/ASN1.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/M2Crypto/ASN1.py b/M2Crypto/ASN1.py
index bcdb034..37fd7a0 100644
--- a/M2Crypto/ASN1.py
+++ b/M2Crypto/ASN1.py
@@ -12,9 +12,8 @@ Copyright (C) 2005 OSAF. All Rights Reserved.
import datetime
import time
-from M2Crypto import BIO, m2, py27plus, six
-if py27plus:
- from typing import Any, Callable, Optional, Tuple # noqa
+from M2Crypto import BIO, m2, six
+from typing import Optional # noqa
MBSTRING_FLAG = 0x1000
MBSTRING_ASC = MBSTRING_FLAG | 1