Tal Liron created ARIA-436:
------------------------------

             Summary: Use: from __future__ import unicode_literals
                 Key: ARIA-436
                 URL: https://issues.apache.org/jira/browse/ARIA-436
             Project: AriaTosca
          Issue Type: Story
            Reporter: Tal Liron
            Priority: Minor


Our code is littered with uses of Unicode literals, in form of: {{u'...'}}

It would be much cleaner to use this at the top of each file:
{code}
from __future__ import unicode_literals
{code}

This would also better prepare us to support Python 3 in the future.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to