summaryrefslogtreecommitdiff
path: root/src/saml2/attributemaps
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2013-11-12 10:59:23 -0800
committerRoland Hedberg <roland.hedberg@adm.umu.se>2013-11-12 10:59:23 -0800
commitc1de1c73b7cc1dd2bb606c79177daeee6edc7ae5 (patch)
tree92ff37eac002503acd5ec0bd1f02127c66eba023 /src/saml2/attributemaps
parent2ac06c917294169b265c60519467dd6bbe4ba828 (diff)
downloadpysaml2-c1de1c73b7cc1dd2bb606c79177daeee6edc7ae5.tar.gz
Add an __all__ statement to the attributemaps/__init__.py file
Diffstat (limited to 'src/saml2/attributemaps')
-rw-r--r--src/saml2/attributemaps/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/saml2/attributemaps/__init__.py b/src/saml2/attributemaps/__init__.py
index 90a03c1a..d041d3f1 100644
--- a/src/saml2/attributemaps/__init__.py
+++ b/src/saml2/attributemaps/__init__.py
@@ -1 +1,2 @@
__author__ = 'rohe0002'
+__all__ = ["adfs_v1x", "adfs_v20", "basic", "saml_uri", "shibboleth_uri"]