Tools: remove py2 support from fcinfo script

This commit is contained in:
luz paz
2022-02-07 15:38:37 -05:00
committed by wwmayer
parent f14f952c83
commit 79aedcabad

View File

@@ -198,8 +198,6 @@ class FreeCADFileHandler(xml.sax.ContentHandler):
def clean(self,value):
value = value.strip()
if sys.version_info.major < 3:
value = value.encode("utf8")
return value