mozilla / django-browserid

Django application for adding BrowserID support.
Mozilla Public License 2.0
179 stars 80 forks source link

Python3 installation fix #252

Closed tkrajina closed 10 years ago

tkrajina commented 10 years ago

I'm trying to install this library with python 3 (it is listed in settings.py), but pip installation fails with:

  File ".../python3.2/site-packages/docs/conf.py", line 51
    project = u'django-browserid'
                                ^
SyntaxError: invalid syntax

This is just a trivial installation fix.

Osmose commented 10 years ago

Looks good to me, thanks for the patch!

(I also added a commit adding you to the AUTHORS file.)