django-htmlmin
django-htmlmin copied to clipboard
To work for Python 3
This made the tests fail with Python 2.6 and 2.7. Can you fix them?
from __future__ import print_function
from __future__ import unicode_literals
try this ones to make this code python2 compatible.