summaryrefslogtreecommitdiff
path: root/openid/message.py
diff options
context:
space:
mode:
Diffstat (limited to 'openid/message.py')
-rw-r--r--openid/message.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/openid/message.py b/openid/message.py
index 761e470..554069f 100644
--- a/openid/message.py
+++ b/openid/message.py
@@ -206,7 +206,6 @@ class Message(object):
namespaces = {}
ns_args = []
for key, value in six.iteritems(openid_args):
- key = string_to_text(key, "Binary keys in message creations are deprecated. Use text input instead.")
value = string_to_text(value, "Binary values in message creations are deprecated. Use text input instead.")
if '.' not in key:
ns_alias = NULL_NAMESPACE