aboutsummaryrefslogtreecommitdiff
path: root/pyasn1/type
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-08-28 01:03:19 +0200
committerIlya Etingof <etingof@gmail.com>2017-08-28 01:03:19 +0200
commit3708d3c891802e300f8c7912052ec0c1f9750a47 (patch)
treeeabf2550439860ee2a4bd79cce70178ccdbfa9e0 /pyasn1/type
parent67893143133a9f76fd98b812df0982017cd05833 (diff)
downloadpyasn1-3708d3c891802e300f8c7912052ec0c1f9750a47.tar.gz
one more char instantiation test case
Diffstat (limited to 'pyasn1/type')
-rw-r--r--pyasn1/type/char.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyasn1/type/char.py b/pyasn1/type/char.py
index 155af21..60f9d97 100644
--- a/pyasn1/type/char.py
+++ b/pyasn1/type/char.py
@@ -57,7 +57,7 @@ class AbstractCharacterString(univ.OctetString):
)
def __unicode__(self):
- return self._value
+ return unicode(self._value)
def prettyIn(self, value):
try: