summaryrefslogtreecommitdiff
path: root/src/saml2/mdie.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2013-01-11 12:17:09 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2013-01-11 12:17:09 +0100
commit7f4d61812475debb3fdba91e21c6845b1c868c20 (patch)
tree9fd14267f4002553247b305410a0cf3e43b43d68 /src/saml2/mdie.py
parent98edaeab1dcc6ce4cdd8a0afab5919d922250294 (diff)
downloadpysaml2-7f4d61812475debb3fdba91e21c6845b1c868c20.tar.gz
Editorial
Diffstat (limited to 'src/saml2/mdie.py')
-rw-r--r--src/saml2/mdie.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/saml2/mdie.py b/src/saml2/mdie.py
index ad925454..fdc2648d 100644
--- a/src/saml2/mdie.py
+++ b/src/saml2/mdie.py
@@ -1,5 +1,3 @@
-__author__ = 'rolandh'
-
#!/usr/bin/env python
from saml2 import element_to_extension_element
from saml2 import extension_elements_to_elements
@@ -43,7 +41,8 @@ def _eval(val, onts):
def to_dict(_dict, onts):
"""
- Convert a pysaml2 SAML2 metadata format into a basic dictionary format
+ Convert a pysaml2 SAML2 message class instance into a basic dictionary
+ format.
The export interface.
:param _dict: The pysaml2 metadata instance