django-htmlmin icon indicating copy to clipboard operation
django-htmlmin copied to clipboard

To work for Python 3

Open x89 opened this issue 10 years ago • 2 comments

x89 avatar Mar 20 '14 16:03 x89

This made the tests fail with Python 2.6 and 2.7. Can you fix them?

douglascamata avatar Mar 20 '14 16:03 douglascamata

from __future__ import print_function
from __future__ import unicode_literals

try this ones to make this code python2 compatible.

SaulTigh avatar Oct 26 '14 08:10 SaulTigh