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