py_ext/__init__.py
changeset 1858 4c5156dee87a
parent 1853 47a3f39bead0
child 3750 f62625418bff
--- a/py_ext/__init__.py	Tue Oct 10 12:50:10 2017 +0300
+++ b/py_ext/__init__.py	Tue Oct 10 13:21:48 2017 +0300
@@ -23,6 +23,6 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 from __future__ import absolute_import
-from py_ext.py_ext import *
-from py_ext.PythonEditor import PythonEditor
-from py_ext.PythonFileCTNMixin import PythonFileCTNMixin
+from .py_ext import *
+from .PythonEditor import PythonEditor
+from .PythonFileCTNMixin import PythonFileCTNMixin