summaryrefslogtreecommitdiff
path: root/M2Crypto/SSL/TwistedProtocolWrapper.py
diff options
context:
space:
mode:
Diffstat (limited to 'M2Crypto/SSL/TwistedProtocolWrapper.py')
-rw-r--r--M2Crypto/SSL/TwistedProtocolWrapper.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/M2Crypto/SSL/TwistedProtocolWrapper.py b/M2Crypto/SSL/TwistedProtocolWrapper.py
index f9f7ccd..5e94503 100644
--- a/M2Crypto/SSL/TwistedProtocolWrapper.py
+++ b/M2Crypto/SSL/TwistedProtocolWrapper.py
@@ -24,9 +24,8 @@ from M2Crypto.SSL.Checker import Checker, SSLVerificationError
from twisted.internet.interfaces import ITLSTransport
from twisted.protocols.policies import ProtocolWrapper
-if util.py27plus:
- from typing import AnyStr, Callable, Iterable, Optional # noqa
- from zope.interface import implementer
+from typing import AnyStr, Callable, Iterable, Optional # noqa
+from zope.interface import implementer
log = logging.getLogger(__name__)