From 2d92acee6fc8b581b39ba5bca5fd370c0fbe71af Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Wed, 19 Apr 2017 23:14:07 +0200 Subject: ensure OctetString.prettyOut() produces unicode text --- pyasn1/compat/octets.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pyasn1/compat') diff --git a/pyasn1/compat/octets.py b/pyasn1/compat/octets.py index ec497a6..6cf018e 100644 --- a/pyasn1/compat/octets.py +++ b/pyasn1/compat/octets.py @@ -43,4 +43,3 @@ else: isStringType = lambda s: isinstance(s, str) # noinspection PyPep8 ensureString = bytes - -- cgit v1.2.3