py_ext/PythonFileCTNMixin.py
branchpython3
changeset 3752 9f6f46dbe3ae
parent 3750 f62625418bff
child 3806 b57a38ce3f34
--- a/py_ext/PythonFileCTNMixin.py	Fri Oct 28 13:06:52 2022 +0800
+++ b/py_ext/PythonFileCTNMixin.py	Fri Oct 28 14:07:13 2022 +0800
@@ -24,10 +24,8 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 
-
 import os
 import re
-from builtins import str as text
 
 import util.paths as paths
 from xmlclass import GenerateParserFromXSD
@@ -77,7 +75,7 @@
                     self.CreateCodeFileBuffer(False)
                     self.OnCTNSave()
             except Exception as exc:
-                error = text(exc)
+                error = str(exc)
 
             if error is not None:
                 self.GetCTRoot().logger.write_error(