summaryrefslogtreecommitdiff
path: root/M2Crypto/m2urllib2.py
diff options
context:
space:
mode:
Diffstat (limited to 'M2Crypto/m2urllib2.py')
-rw-r--r--M2Crypto/m2urllib2.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/M2Crypto/m2urllib2.py b/M2Crypto/m2urllib2.py
index acac92f..1849051 100644
--- a/M2Crypto/m2urllib2.py
+++ b/M2Crypto/m2urllib2.py
@@ -15,12 +15,11 @@ Summary of changes:
import socket
-from M2Crypto import SSL, httpslib, six, util
+from M2Crypto import SSL, httpslib, six
from M2Crypto.six.moves.urllib_parse import urldefrag, urlparse as url_parse
from M2Crypto.six.moves.urllib_response import addinfourl
-if util.py27plus:
- from typing import List, Optional # noqa
+from typing import Optional # noqa
# six.moves doesn't support star imports
if six.PY3: