Skip to content
Snippets Groups Projects
Commit 1a1ec7bf authored by nkour's avatar nkour
Browse files

typo

parent b5c71cd2
No related branches found
No related tags found
No related merge requests found
......@@ -309,7 +309,7 @@ def from_xs_boolean_to_python_boolean(value):
def ensure_unicode_string(s):
# py23 u'abc'.decode('utf-8') raises
# python24 does not. is python23 is ooold we can remove this func
if isistance(s, str):
if isinstance(s, str):
s = s.decode('utf-8')
return s
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment