Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
[project @ message.__all__: add registerNamespaceAlias]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Turner committed Dec 10, 2007
1 parent 6371524 commit 56929df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openid/message.py
@@ -1,6 +1,6 @@
"""Extension argument processing code
"""
__all__ = ['Message', 'NamespaceMap', 'no_default',
__all__ = ['Message', 'NamespaceMap', 'no_default', 'registerNamespaceAlias',
'OPENID_NS', 'BARE_NS', 'OPENID1_NS', 'OPENID2_NS', 'SREG_URI',
'IDENTIFIER_SELECT']

Expand Down

0 comments on commit 56929df

Please sign in to comment.