Perform unicode migration for reviewboard/hostingsvcs

Review Request #4964 — Created Nov. 15, 2013 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

Perform unicode migration for reviewboard/hostingsvcs

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 some changes to use six.text_type for python 2/3
compatibility.

Ran unit tests.

reviewboard/hostingsvcs/admin.py
reviewboard/hostingsvcs/beanstalk.py
reviewboard/hostingsvcs/bitbucket.py
reviewboard/hostingsvcs/bugzilla.py
reviewboard/hostingsvcs/codebasehq.py
reviewboard/hostingsvcs/errors.py
reviewboard/hostingsvcs/fedorahosted.py
reviewboard/hostingsvcs/forms.py
reviewboard/hostingsvcs/github.py
reviewboard/hostingsvcs/gitorious.py
reviewboard/hostingsvcs/googlecode.py
reviewboard/hostingsvcs/managers.py
reviewboard/hostingsvcs/models.py
reviewboard/hostingsvcs/redmine.py
reviewboard/hostingsvcs/service.py
reviewboard/hostingsvcs/sourceforge.py
reviewboard/hostingsvcs/tests.py
reviewboard/hostingsvcs/trac.py
reviewboard/hostingsvcs/versionone.py
reviewboard/hostingsvcs/evolutions/__init__.py
reviewboard/hostingsvcs/evolutions/account_hosting_url.py
reviewboard/hostingsvcs/evolutions/account_hosting_url_max_length_255.py
Loading...