add TODO in Mod/Path/Base/Util.py

This commit is contained in:
Pesc0
2023-03-26 23:56:01 +02:00
parent 42cb756522
commit 017b2b7f2d

View File

@@ -159,6 +159,7 @@ def clearExpressionEngine(obj):
obj.setExpression(attr, None)
#TODO remove functions below, leftover from using six
def toUnicode(string):
"""toUnicode(string) ... returns a unicode version of string regardless of the python version."""
return str(string)