Apply Python 3 futurize transform libmodernize.fixes.fix_imports_six
Refer to #256
This commit is contained in:
parent
ab2692b217
commit
f4643de011
4 changed files with 11 additions and 11 deletions
|
@ -27,7 +27,7 @@ from __future__ import print_function
|
|||
import calendar
|
||||
import errno
|
||||
import hashlib
|
||||
from HTMLParser import HTMLParser
|
||||
from six.moves.html_parser import HTMLParser
|
||||
import logging
|
||||
import optparse
|
||||
import os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue