py_ext/__init__.py
changeset 1853 47a3f39bead0
parent 1511 91538d0c242c
child 1858 4c5156dee87a
--- a/py_ext/__init__.py	Mon Oct 09 16:04:39 2017 +0300
+++ b/py_ext/__init__.py	Mon Oct 09 18:13:26 2017 +0300
@@ -22,6 +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 py_ext import *
-from PythonEditor import PythonEditor
-from PythonFileCTNMixin import PythonFileCTNMixin
+from __future__ import absolute_import
+from py_ext.py_ext import *
+from py_ext.PythonEditor import PythonEditor
+from py_ext.PythonFileCTNMixin import PythonFileCTNMixin