summaryrefslogtreecommitdiff
path: root/src/saml2/assertion.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2014-03-24 12:24:38 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2014-03-24 12:24:38 +0100
commitb6fe85543a64904928761a45dd3365b87236ff72 (patch)
treee48f383a6ea7513d8779687899dcc52b395c937f /src/saml2/assertion.py
parentc52306c11a99285971f2e0a836f0cfce984ed9e2 (diff)
downloadpysaml2-b6fe85543a64904928761a45dd3365b87236ff72.tar.gz
PEP-8 stuff
Diffstat (limited to 'src/saml2/assertion.py')
-rw-r--r--src/saml2/assertion.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/saml2/assertion.py b/src/saml2/assertion.py
index a0bccd68..1057ca41 100644
--- a/src/saml2/assertion.py
+++ b/src/saml2/assertion.py
@@ -541,7 +541,8 @@ class Assertion(dict):
def __init__(self, dic=None):
dict.__init__(self, dic)
- def _authn_context_decl(self, decl, authn_auth=None):
+ @staticmethod
+ def _authn_context_decl(decl, authn_auth=None):
"""
Construct the authn context with a authn context declaration
:param decl: The authn context declaration