jazzband / django-authority

A Django app that provides generic per-object-permissions for Django's auth app and helpers to create custom permission checks.
http://django-authority.readthedocs.org
BSD 3-Clause "New" or "Revised" License
292 stars 57 forks source link

fixing invalid syntax error #23

Closed jennyq closed 10 years ago

jennyq commented 10 years ago

Got the following error when installing django-authority: File "/path/to/env/build/django-authority/example/users/admin.py", line 2 from example.users.User ^ SyntaxError: invalid syntax