summaryrefslogtreecommitdiff
path: root/M2Crypto/Err.py
diff options
context:
space:
mode:
Diffstat (limited to 'M2Crypto/Err.py')
-rw-r--r--M2Crypto/Err.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/M2Crypto/Err.py b/M2Crypto/Err.py
index 70974c9..dd55991 100644
--- a/M2Crypto/Err.py
+++ b/M2Crypto/Err.py
@@ -4,9 +4,8 @@ from __future__ import absolute_import
Copyright (c) 1999-2003 Ng Pheng Siong. All rights reserved."""
-from M2Crypto import BIO, m2, py27plus, util, six # noqa
-if py27plus:
- from typing import Optional # noqa
+from M2Crypto import BIO, m2, util, six # noqa
+from typing import Optional # noqa
def get_error():