Skip to content

Commit

Permalink
Merge pull request #56 from peter-/namespaces
Browse files Browse the repository at this point in the history
Looks like a botched URI for the pyff namespace constant?
  • Loading branch information
leifj committed Apr 10, 2015
2 parents 585647e + 9a8c92c commit 7d1c330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyff/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'mdrpi': "urn:oasis:names:tc:SAML:metadata:rpi",
'shibmd': "urn:mace:shibboleth:metadata:1.0",
'xrd': 'http://docs.oasis-open.org/ns/xri/xrd-1.0',
'pyff': 'http://pyff.iof/NS',
'pyff': 'http://pyff.io/NS',
'xml': 'http://www.w3.org/XML/1998/namespace',
'saml': "urn:oasis:names:tc:SAML:2.0:assertion"}

Expand All @@ -27,4 +27,4 @@
EVENT_RETRY_URL = 'event.retry.url'
EVENT_IMPORTED_METADATA = 'event.imported.metadata'
EVENT_IMPORT_FAIL = 'event.import.failed'
EVENT_REPOSITORY_LIVE = 'event.repository.live'
EVENT_REPOSITORY_LIVE = 'event.repository.live'

0 comments on commit 7d1c330

Please sign in to comment.