Apply Python 3 futurize transform libmodernize.fixes.fix_imports_six

Refer to #256
This commit is contained in:
Eklavya Sharma 2016-03-10 22:58:02 +05:30 committed by Tim Abbott
parent ab2692b217
commit f4643de011
4 changed files with 11 additions and 11 deletions

View file

@ -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__))