1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-05-30 07:38:03 +02:00
This commit is contained in:
kakwa 2019-02-08 20:38:03 +01:00
parent 18fdeb483e
commit 42759f1cc4

View File

@ -323,6 +323,7 @@ class Backend(ldapcherry.backend.Backend):
if s is None:
return None
return s.encode('utf-8')
def _uni(self, s):
"""bytes -> unicode conversion"""
if s is None: