commit | 7578f356c0dc33cce168110fe41fe2095ac2792c | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Sun Mar 29 07:54:19 2015 -0400 |
committer | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Sun Mar 29 07:54:19 2015 -0400 |
tree | df166f18a169c60c6187f8de72487d612aa21fa2 | |
parent | 0c021998baf332f69313c832532445030432de5e [diff] [blame] |
I mean Python 2.6 compatible.
diff --git a/OpenSSL/_util.py b/OpenSSL/_util.py index 59a7880..334c850 100644 --- a/OpenSSL/_util.py +++ b/OpenSSL/_util.py
@@ -55,7 +55,7 @@ return s _TEXT_WARNING = ( - text_type.__name__ + u" for {} is no longer accepted, use bytes" + text_type.__name__ + u" for {0} is no longer accepted, use bytes" ) def warn_text(label, obj):