Fixed a typo. Thanks @peritus.

This commit is contained in:
Jannis Leidel 2013-05-13 10:18:38 +02:00
parent 6596e191f0
commit efd0206da1

View file

@ -9,7 +9,7 @@ def pristine(func):
class Develop(Settings):
@pristine
USER_CHECK(user):
def USER_CHECK(user):
return user.check_perms()
GROUP_CHECK = pristine(lambda user: user.has_group_access())