Uploaded image for project: 'AriaTosca'
  1. AriaTosca
  2. ARIA-436

Use: from __future__ import unicode_literals

    XMLWordPrintableJSON

Details

    • Story
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      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:

      from __future__ import unicode_literals
      

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

      Attachments

        Activity

          People

            Unassigned Unassigned
            emblemparade Tal Liron
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: