Perform unicode migration for reviewboard/attachments

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

Information

Review Board
master

Reviewers

Perform unicode migration for reviewboard/attachments

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

chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (07c40a1).
Loading...