py3k: Remove raw Unicode strings.
They aren't supported in Python 3, and in any case, aren't necessary. None of the strings actually contain any Unicode, and due to Python 2's lax str/unicode split don't really need to be.
Please register or sign in to comment