Perform unicode migration for reviewboard/extensions
Review Request #4963 — Created Nov. 15, 2013 and submitted — Latest diff uploaded
Perform unicode migration for reviewboard/extensions
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.
Ran unit tests.
reviewboard/extensions/base.py |
---|
reviewboard/extensions/hooks.py |
---|
reviewboard/extensions/packaging.py |
---|
reviewboard/extensions/tests.py |
---|
reviewboard/extensions/views.py |
---|
reviewboard/extensions/templatetags/rb_extensions.py |
---|