Added missing self in CSRF-Resource ctor

master
Sebastian Lohff 12 년 전
부모 b98648db19
커밋 d04135c74c

@ -22,7 +22,7 @@ class CsrfExemptResource(Resource):
"""
def __init__(self, handler, authentication = None):
Resource.__init__(handler, authentication)
Resource.__init__(self, handler, authentication)
self.csrf_exempt = getattr(self.handler, 'csrf_exempt', True)
# build authenticatiooors

불러오는 중...
취소
저장