From 017b2b7f2dfbcd228c00a7c14812264d5e4b500c Mon Sep 17 00:00:00 2001 From: Pesc0 Date: Sun, 26 Mar 2023 23:56:01 +0200 Subject: [PATCH] add TODO in Mod/Path/Base/Util.py --- src/Mod/Path/Path/Base/Util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Path/Path/Base/Util.py b/src/Mod/Path/Path/Base/Util.py index b191737544..41c3c1a23b 100644 --- a/src/Mod/Path/Path/Base/Util.py +++ b/src/Mod/Path/Path/Base/Util.py @@ -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)