SyntaxFix
Write A Post
Hire A Developer
Questions
As a workaround, I've been using this:
# Fix Python 2.x. try: UNICODE_EXISTS = bool(type(unicode)) except NameError: unicode = lambda s: str(s)