• 
      

    Perform unicode migration for reviewboard/accounts

    Review Request #4957 — Created Nov. 15, 2013 and submitted

    Information

    Review Board
    master

    Reviewers

    Perform unicode migration for reviewboard/accounts

    This change represents an audit of all of our string literals to make sure that
    bytestrings are annotated with a leading 'b', and then adds
    "from __future__ import unicode_literals" to the beginning of every non-empty
    file. This also includes a string-related change to use six.text_type for
    python 2/3 compatibility.

    • Ran unit tests
    • Smoke tested login/logout/settings
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (c323e0b)