Fix a Python 2.6 incompatibility with unicode keywords and lambdas.
Review Request #7357 — Created June 1, 2015 and submitted
The API's create method uses a lambda for its implementation, and apparently
some Python 2.6.x versions have an incompatibility with passing in unicode
kwarg names for lambdas. This change fixes those up to use bytes, and adds a
comment explaining why.
Posted this change.
Tool: Pyflakes Processed Files: rbtools/commands/post.py Tool: PEP8 Style Checker Processed Files: rbtools/commands/post.py