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
|
@ -34,7 +34,7 @@ import re
|
|||
import sys
|
||||
import os
|
||||
from datetime import datetime, timedelta
|
||||
from HTMLParser import HTMLParser
|
||||
from six.moves.html_parser import HTMLParser
|
||||
import six
|
||||
|
||||
sys.path.insert(0, os.path.dirname(__file__))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue