summaryrefslogtreecommitdiff
path: root/django/contrib/auth/context_processors.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-31 08:42:28 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-31 08:42:28 -0700
commit726ded5708e4e8767e69a6f6f6a039e75667ce03 (patch)
treef692a4abede11f50830f6935c086676f3f1db778 /django/contrib/auth/context_processors.py
parenta023a84c060eaaa4cf520c33d9c73adab7af3d30 (diff)
Started attackign the next flake8 violation
Diffstat (limited to 'django/contrib/auth/context_processors.py')
-rw-r--r--django/contrib/auth/context_processors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/contrib/auth/context_processors.py b/django/contrib/auth/context_processors.py
index b8ead73eb4..474002e550 100644
--- a/django/contrib/auth/context_processors.py
+++ b/django/contrib/auth/context_processors.py
@@ -1,6 +1,7 @@
# PermWrapper and PermLookupDict proxy the permissions system into objects that
# the template system can understand.
+
class PermLookupDict(object):
def __init__(self, user, app_label):
self.user, self.app_label = user, app_label