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 |