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

This commit is contained in:
Pesc0
2023-03-26 23:56:01 +02:00
parent 1c093e8729
commit 8e142f7a2e

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)