Skip to content

Commit

Permalink
Added pragma statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Glass committed May 2, 2011
1 parent 628e00d commit 87632cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rulez/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ObjectPermissionBackend(object):
supports_anonymous_user = True
supports_inactive_user = True

def authenticate(self, username, password):
def authenticate(self, username, password): # pragma: no cover
return None

def has_perm(self, user_obj, perm, obj=None):
Expand Down

0 comments on commit 87632cb

Please sign in to comment.