more python3 cleanups
This commit is contained in:
parent
4b8aad5b38
commit
37dfed3143
9 changed files with 20 additions and 30 deletions
|
|
@ -1,7 +1,8 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# vi:si:et:sw=4:sts=4:ts=4
|
||||
import re
|
||||
from urllib import quote
|
||||
|
||||
from six.movies.urllib.parse import quote
|
||||
from lxml.html import document_fromstring
|
||||
|
||||
from ox.cache import read_url
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue