eric6/E5Network/E5RFC6266.py

changeset 7780
41420f82c0ac
parent 7628
f904d0eef264
child 7923
91e843545d9a
equal deleted inserted replaced
7779:757334671130 7780:41420f82c0ac
10 # 10 #
11 # This code is adapted from the rfc6266.py module of qutebrowser. 11 # This code is adapted from the rfc6266.py module of qutebrowser.
12 # Original copyright 2014-2015 Florian Bruhin (The Compiler) 12 # Original copyright 2014-2015 Florian Bruhin (The Compiler)
13 # <mail@qutebrowser.org> 13 # <mail@qutebrowser.org>
14 # 14 #
15
16 15
17 import urllib.parse as parse 16 import urllib.parse as parse
18 import collections 17 import collections
19 import string 18 import string
20 import re 19 import re

eric ide

mercurial