summaryrefslogtreecommitdiff
path: root/M2Crypto/SSL/Cipher.py
diff options
context:
space:
mode:
Diffstat (limited to 'M2Crypto/SSL/Cipher.py')
-rw-r--r--M2Crypto/SSL/Cipher.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/M2Crypto/SSL/Cipher.py b/M2Crypto/SSL/Cipher.py
index 4683377..06f2dbf 100644
--- a/M2Crypto/SSL/Cipher.py
+++ b/M2Crypto/SSL/Cipher.py
@@ -4,9 +4,8 @@ Copyright (c) 1999-2003 Ng Pheng Siong. All rights reserved."""
__all__ = ['Cipher', 'Cipher_Stack']
-from M2Crypto import m2, py27plus, six
-if py27plus:
- from typing import Iterable # noqa
+from M2Crypto import m2, six
+from typing import Iterable # noqa
class Cipher(object):