Perform unicode migration for reviewboard/site
Review Request #4972 — Created Nov. 15, 2013 and submitted — Latest diff uploaded
Perform unicode migration for reviewboard/site
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 change to usesix.text_type
for python 2/3
compatibility, and marking some additional strings for translation.
Ran unit tests.