From 5045eb4f6adcf058bf3d988d1cdbe9c709a0d04c Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Tue, 3 Nov 2009 20:07:23 +0100 Subject: [PATCH] corrected statement --- src/saml2/md.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/saml2/md.py b/src/saml2/md.py index 50397c0..2d66f1b 100644 --- a/src/saml2/md.py +++ b/src/saml2/md.py @@ -170,7 +170,6 @@ class OrganizationURL(LocalizedURI): LocalizedURI.__init__(self, lang, text, extension_elements, extension_attributes) - def organization_url_from_string(xml_string): """ Create OrganizationURL instance from an XML string """ return create_class_from_xml_string(OrganizationURL, xml_string) @@ -1205,9 +1204,8 @@ def affiliation_descriptor_from_string(xml_string): class EntityDescriptor(SamlBase): """The md:EntityDescriptor element""" - #TODO: AuthnAuthorityDescriptor, AttributeAuthorityDescriptor, + # TODO: AuthnAuthorityDescriptor, AttributeAuthorityDescriptor, # PDPDescriptor, - # AffiliationDescriptor is not implemented yet c_tag = 'EntityDescriptor' c_namespace = NAMESPACE