summaryrefslogtreecommitdiff
path: root/src/saml2/assertion.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2013-05-31 13:07:57 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2013-05-31 13:07:57 +0200
commite118de7856999944c9fd6c5d99d8eb862478003a (patch)
tree9f92b0fac6ff2228cab38548b8d971eedb69004a /src/saml2/assertion.py
parentace130e552d66588814d93b6a7687f39632051f7 (diff)
downloadpysaml2-e118de7856999944c9fd6c5d99d8eb862478003a.tar.gz
Fixed handling of encrypted name ID in response.
Diffstat (limited to 'src/saml2/assertion.py')
-rw-r--r--src/saml2/assertion.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/saml2/assertion.py b/src/saml2/assertion.py
index d8e82595..0fc0e470 100644
--- a/src/saml2/assertion.py
+++ b/src/saml2/assertion.py
@@ -524,7 +524,6 @@ class Policy(object):
text=sp_entity_id))])
-
class EntityCategories(object):
pass