Commit 17b02090 authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

fixup! Use BytesIO and StringIO from io instead of six

parent d635b1fc
......@@ -13,10 +13,8 @@ import re
import pycurl
from email.message import Message
from six.moves import (
cStringIO as StringIO,
html_parser as HTMLParser,
)
from io import StringIO
from six.moves import html_parser as HTMLParser
begins_by_known_protocol_re = re.compile("^https?://")
get_protocol_re = re.compile("^([a-z]+)://")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment