Remove `u` from some strings

It's better to use strings directly instead of explicit unicode string. If someone want unicode in theirs  Python 2 project they can add `from __future__ import unicode_literals` at the beginning of the file.