py_ext/__init__.py
branchpython3
changeset 3750 f62625418bff
parent 1858 4c5156dee87a
--- 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