Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unicode() --> six.u() for Python 3 compatibility (#111)
__unicode()__ was removed from Python 3 because all strs are unicode. Executing these lines in Python 3 would raise a NameError. * https://pythonhosted.org/six/#six.u
- Loading branch information