diff -r fda6c1a37662 -r f62625418bff py_ext/__init__.py --- a/py_ext/__init__.py Mon Mar 27 10:19:14 2023 +0200 +++ b/py_ext/__init__.py Fri Oct 28 12:39:15 2022 +0800 @@ -22,7 +22,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from __future__ import absolute_import + from .py_ext import * from .PythonEditor import PythonEditor from .PythonFileCTNMixin import PythonFileCTNMixin