more python3 cleanups
This commit is contained in:
parent
4b8aad5b38
commit
37dfed3143
9 changed files with 20 additions and 30 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# encoding: utf-8
|
||||
from __future__ import print_function
|
||||
import re
|
||||
import urllib
|
||||
from six.moves import urllib
|
||||
|
||||
from ox.cache import read_url
|
||||
from ox.html import decode_html, strip_tags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue