Do unicode migration for rbtools/commands/
Review Request #6694 — Created Dec. 15, 2014 and submitted
This change updates the code in the rbtools/commands/ directory to have a
correct separation of unicode vs bytes, and use unicode literals everywhere.
Ran unit tests.
-
Tool: Pyflakes Processed Files: rbtools/commands/status.py rbtools/commands/setup_repo.py rbtools/commands/api_get.py rbtools/commands/main.py rbtools/commands/__init__.py rbtools/commands/diff.py rbtools/commands/patch.py rbtools/commands/post.py rbtools/commands/attach.py rbtools/commands/publish.py rbtools/commands/close.py rbtools/commands/list_repo_types.py Tool: PEP8 Style Checker Processed Files: rbtools/commands/status.py rbtools/commands/setup_repo.py rbtools/commands/api_get.py rbtools/commands/main.py rbtools/commands/__init__.py rbtools/commands/diff.py rbtools/commands/patch.py rbtools/commands/post.py rbtools/commands/attach.py rbtools/commands/publish.py rbtools/commands/close.py rbtools/commands/list_repo_types.py