diff -r 70c1cc354a8f -r 47a3f39bead0 py_ext/PythonFileCTNMixin.py --- a/py_ext/PythonFileCTNMixin.py Mon Oct 09 16:04:39 2017 +0300 +++ b/py_ext/PythonFileCTNMixin.py Mon Oct 09 18:13:26 2017 +0300 @@ -23,6 +23,8 @@ # 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 import os import re import util.paths as paths @@ -30,7 +32,7 @@ from xmlclass import GenerateParserFromXSD from CodeFileTreeNode import CodeFile -from PythonEditor import PythonEditor +from py_ext.PythonEditor import PythonEditor class PythonFileCTNMixin(CodeFile):