twitter-text-python icon indicating copy to clipboard operation
twitter-text-python copied to clipboard

Py3k compatibility

Open yegle opened this issue 12 years ago • 0 comments

(.py3kvenv) yegle@november ~ $ python ttp.py
  File "ttp.py", line 26
    AT_SIGNS = ur'[@\uff20]'
                           ^
SyntaxError: invalid syntax

This is a test on Python 3.3.0

yegle avatar Dec 02 '12 00:12 yegle