I'm using xml test runner for generating a xml report after unit tests:
https://pypi.python.org/pypi/XmlTestRunner
However, I just an error:
SyntaxError ( ('future feature unicode_literals is not defined'
If you take a look at the script you can see the line:
from __future__ import unicode_literals
What is the problem with the unicode_literals import?