summaryrefslogtreecommitdiff
path: root/service/pixelated/resources/auth.py
diff options
context:
space:
mode:
authorZara Gebru <zgebru@thoughtworks.com>2016-12-06 15:46:33 +0100
committerZara Gebru <zgebru@thoughtworks.com>2016-12-06 15:46:33 +0100
commiteaf2019b6e977d1191e0ee12f694a02bb9612f83 (patch)
treefa8c7c9e5e99b613b8c4ef6247130782925edda8 /service/pixelated/resources/auth.py
parent206423b83b910308bd9c314af03cf82e9a821974 (diff)
clean up parameters of authsessionwrapper
Diffstat (limited to 'service/pixelated/resources/auth.py')
-rw-r--r--service/pixelated/resources/auth.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/service/pixelated/resources/auth.py b/service/pixelated/resources/auth.py
index 38045277..057eb053 100644
--- a/service/pixelated/resources/auth.py
+++ b/service/pixelated/resources/auth.py
@@ -83,11 +83,9 @@ class PixelatedAuthSessionWrapper(object):
isLeaf = False
- def __init__(self, portal, root_resource, anonymous_resource, credentialFactories=[]):
+ def __init__(self, portal, credentialFactories=[]):
self._portal = portal
self._credentialFactories = credentialFactories
- self._root_resource = root_resource
- self._anonymous_resource = anonymous_resource
def render(self, request):
raise UnsupportedMethod(())